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