IfcEdgeLoop
Definition from ISO/CD 10303-42:1992: An edge_loop is a loop with
nonzero extent. It is a path in which the start and end vertices are the same.
Its domain, if present, is a closed curve. An edge_loop may overlap itself. Informal propositions: NOTE: Corresponding STEP entity:
edge_loop. Please refer to ISO/IS 10303-42:1994, p. 122 for the final
definition of the formal standard. HISTORY: New Entity in Release IFC 2x
Edition 2.
(number of vertices) + genus
- (number of edges) = 1;
EXPRESS specification:
|
| EdgeList | : | A list of oriented edge entities which are concatenated together to form this path. |
| Ne | : | The number of elements in the edge list. |
| WR1 | : | The start vertex of the first edge shall be the same as the end vertex of the last edge. This ensures that the path is closed to form a loop. |
| WR2 | : | The end vertex of each edge shall be the same as the start vertex of its successor. |
|