Class Ifc2x3::IfcPath¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcTopologicalRepresentationItem
(Class Ifc2x3::IfcTopologicalRepresentationItem)
Class Documentation¶
-
class
Ifc2x3
::
IfcPath
: public Ifc2x3::IfcTopologicalRepresentationItem¶ Definition from ISO/CD 10303-42:1992: A path is a topological entity consisting of an ordered collection of oriented edges, such that the edge start vertex of each edge coincides with the edge end of its predecessor. The path is ordered from the edge start of the first oriented edge to the edge end of the last edge. The BOOLEAN value sense in the oriented edge indicates whether the edge direction agrees with the direction of the path (TRUE) or is the opposite direction (FALSE).
An individual edge can only be referenced once by an individual path. An edge can be referenced by multiple paths. An edge can exist independently of a path.
NOTE Corresponding ISO 10303 entity: path. Please refer to ISO/IS 10303-42:1994, p. 133 for the final definition of the formal standard.
HISTORY New Entity in IFC Release 2.0
Informal proposition:
A path has dimensionality 1. A path is arcwise connected. The edges of the path do not intersect except at common vertices. A path has a finite, non-zero extent.
Public Types
-
typedef IfcTemplatedEntityList<IfcPath>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc2x3::IfcOrientedEdge>::ptr
EdgeList
() const¶ The list of oriented edges which are concatenated together to form this path.
-
void
setEdgeList
(IfcTemplatedEntityList<::Ifc2x3::IfcOrientedEdge>::ptr v)¶
-
IfcPath
(IfcEntityInstanceData *e)¶
-
IfcPath
(IfcTemplatedEntityList<::Ifc2x3::IfcOrientedEdge>::ptr v1_EdgeList)¶
-
typedef IfcTemplatedEntityList<IfcPath>