Class Ifc4x1::IfcAlignment2DHorizontal¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcGeometricRepresentationItem(Class Ifc4x1::IfcGeometricRepresentationItem)
Class Documentation¶
-
class
Ifc4x1::IfcAlignment2DHorizontal: public Ifc4x1::IfcGeometricRepresentationItem¶ Public Types
-
typedef IfcTemplatedEntityList<IfcAlignment2DHorizontal>
list¶
Public Functions
-
bool
hasStartDistAlong() const¶ Whether the optional attribute StartDistAlong is defined for this IfcAlignment2DHorizontal.
-
double
StartDistAlong() const¶
-
void
setStartDistAlong(double v)¶
-
IfcTemplatedEntityList<::Ifc4x1::IfcAlignment2DHorizontalSegment>::ptr
Segments() const¶
-
void
setSegments(IfcTemplatedEntityList<::Ifc4x1::IfcAlignment2DHorizontalSegment>::ptr v)¶
-
IfcTemplatedEntityList<IfcAlignmentCurve>::ptr
ToAlignmentCurve() const¶
-
IfcAlignment2DHorizontal(IfcEntityInstanceData *e)¶
-
IfcAlignment2DHorizontal(boost::optional<double> v1_StartDistAlong, IfcTemplatedEntityList<::Ifc4x1::IfcAlignment2DHorizontalSegment>::ptr v2_Segments)¶
-
typedef IfcTemplatedEntityList<IfcAlignment2DHorizontal>