Class Ifc4x2::IfcAlignment2DHorizontal¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcGeometricRepresentationItem
(Class Ifc4x2::IfcGeometricRepresentationItem)
Class Documentation¶
-
class
Ifc4x2
::
IfcAlignment2DHorizontal
: public Ifc4x2::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<::Ifc4x2::IfcAlignment2DHorizontalSegment>::ptr
Segments
() const¶
-
void
setSegments
(IfcTemplatedEntityList<::Ifc4x2::IfcAlignment2DHorizontalSegment>::ptr v)¶
-
IfcTemplatedEntityList<IfcAlignmentCurve>::ptr
ToAlignmentCurve
() const¶
-
IfcAlignment2DHorizontal
(IfcEntityInstanceData *e)¶
-
IfcAlignment2DHorizontal
(boost::optional<double> v1_StartDistAlong, IfcTemplatedEntityList<::Ifc4x2::IfcAlignment2DHorizontalSegment>::ptr v2_Segments)¶
-
typedef IfcTemplatedEntityList<IfcAlignment2DHorizontal>