Class Ifc4x3_rc1::IfcVertexPoint¶
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::IfcVertex(Class Ifc4x3_rc1::IfcVertex)
Class Documentation¶
- 
class 
Ifc4x3_rc1::IfcVertexPoint: public Ifc4x3_rc1::IfcVertex¶ Definition from ISO/CD 10303-42:1992: A vertex point is a vertex which has its geometry defined as a point.
NOTE Corresponding ISO 10303 entity: vertex_point. Please refer to ISO/IS 10303-42:1994, p. 130 for the final definition of the formal standard. Due to the general IFC model specification rule not to use multiple inheritance, the subtype relationship to geometric_representation_item is not included.
HISTORY New Entity in IFC2x.
Informal proposition:
The domain of the vertex is formally defined to be the domain of its vertex point.
Public Types
- 
typedef IfcTemplatedEntityList<IfcVertexPoint> 
list¶ 
Public Functions
- 
::Ifc4x3_rc1::IfcPoint *
VertexGeometry() const¶ The geometric point, which defines the position in geometric space of the vertex.
- 
void 
setVertexGeometry(::Ifc4x3_rc1::IfcPoint *v)¶ 
- 
IfcVertexPoint(IfcEntityInstanceData *e)¶ 
- 
IfcVertexPoint(::Ifc4x3_rc1::IfcPoint *v1_VertexGeometry)¶ 
- 
typedef IfcTemplatedEntityList<IfcVertexPoint>