Class Ifc4x1::IfcAlignmentCurve¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcBoundedCurve
(Class Ifc4x1::IfcBoundedCurve)
Class Documentation¶
-
class
Ifc4x1
::
IfcAlignmentCurve
: public Ifc4x1::IfcBoundedCurve¶ Public Types
-
typedef IfcTemplatedEntityList<IfcAlignmentCurve>
list
¶
Public Functions
-
::Ifc4x1::IfcAlignment2DHorizontal *
Horizontal
() const¶
-
void
setHorizontal
(::Ifc4x1::IfcAlignment2DHorizontal *v)¶
-
bool
hasVertical
() const¶ Whether the optional attribute Vertical is defined for this IfcAlignmentCurve.
-
::Ifc4x1::IfcAlignment2DVertical *
Vertical
() const¶
-
void
setVertical
(::Ifc4x1::IfcAlignment2DVertical *v)¶
-
bool
hasTag
() const¶ Whether the optional attribute Tag is defined for this IfcAlignmentCurve.
-
std::string
Tag
() const¶
-
void
setTag
(std::string v)¶
-
IfcAlignmentCurve
(IfcEntityInstanceData *e)¶
-
IfcAlignmentCurve
(::Ifc4x1::IfcAlignment2DHorizontal *v1_Horizontal, ::Ifc4x1::IfcAlignment2DVertical *v2_Vertical, boost::optional<std::string> v3_Tag)¶
-
typedef IfcTemplatedEntityList<IfcAlignmentCurve>