Class Ifc4x3_rc1::IfcVertexLoop¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcLoop
(Class Ifc4x3_rc1::IfcLoop)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcVertexLoop
: public Ifc4x3_rc1::IfcLoop¶ Definition from ISO/CD 10303-42:1992: A vertex_loop is a loop of zero genus consisting of a single vertex. A vertex can exist independently of a vertex loop. The topological data shall satisfy the following constraint:
Informal propositions:
A vertex loop has zero extent and dimensionality. The vertex loop has genus 0.
NOTE Corresponding ISO 10303 entity: vertex_loop. Please refer to ISO/IS 10303-42:1994, p. 121 for the final definition of the formal standard.
HISTORY New Entity in IFC2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcVertexLoop>
list
¶
Public Functions
-
::Ifc4x3_rc1::IfcVertex *
LoopVertex
() const¶ The vertex which defines the entire loop.
-
void
setLoopVertex
(::Ifc4x3_rc1::IfcVertex *v)¶
-
IfcVertexLoop
(IfcEntityInstanceData *e)¶
-
IfcVertexLoop
(::Ifc4x3_rc1::IfcVertex *v1_LoopVertex)¶
-
typedef IfcTemplatedEntityList<IfcVertexLoop>