2027 Enumeration
Changes 0
E

AnalyticalLoopType

Description:
Specifies kind of analytical model loop.
public enum AnalyticalLoopType
Name Description
E All All analytical loops of analytical model surface elements (floor, slab, wall).
E External Loops outside all other loops. In case of multiple nested loops, this will return the most external loop.
E Filled Loops that are filled inside. In the case of multiple nested loops, this will return the most external and every second loop going from external to internal. In the view, returned loops are presented as external outline of solids.
E Internal An internal loop is a loop that is inside another loop. In the case of multiple nested loops, this will return all loops except the most external loop.
E Void Loops that are empty inside. In the case of multiple nested loops, this will return a series of loops starting from second most external and every second heading into the most internal. In the view returned loops are presented as external outline of openings.