ENTITY IfcEdgeLoop
(* SCHEMA IFC4; *)
ENTITY IfcEdgeLoop
SUBTYPE OF (IfcLoop);
EdgeList : LIST [1:?] OF IfcOrientedEdge;
DERIVE
Ne : IfcInteger := SIZEOF(EdgeList);
WHERE
IsClosed : (EdgeList[1].EdgeStart) :=: (EdgeList[Ne].EdgeEnd);
IsContinuous : IfcLoopHeadToTail(SELF);
END_ENTITY;
Explicit Attributes
Entity IfcEdgeLoop has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
EdgeList | LIST OF IfcOrientedEdge (ENTITY) | IfcEdgeLoop |
|
Derived Attributes
Entity IfcEdgeLoop has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
Ne | IfcInteger (INTEGER) | IfcEdgeLoop |
|
Inverse Attributes
Entity IfcEdgeLoop has the following local and inherited inverse attributes:
Supertypes
Entity IfcEdgeLoop inherits from the following supertypes:
IfcRepresentationItem
IfcTopologicalRepresentationItem
IfcLoop
Subtypes
No subtypesReferenced By
Entity IfcEdgeLoop and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00