Class Ifc4x1::IfcAlignment¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcLinearPositioningElement(Class Ifc4x1::IfcLinearPositioningElement)
Class Documentation¶
- 
class 
Ifc4x1::IfcAlignment: public Ifc4x1::IfcLinearPositioningElement¶ Public Types
- 
typedef IfcTemplatedEntityList<IfcAlignment> 
list¶ 
Public Functions
- 
bool 
hasPredefinedType() const¶ Whether the optional attribute PredefinedType is defined for this IfcAlignment.
- 
::Ifc4x1::IfcAlignmentTypeEnum::Value 
PredefinedType() const¶ 
- 
void 
setPredefinedType(::Ifc4x1::IfcAlignmentTypeEnum::Value v)¶ 
- 
IfcAlignment(IfcEntityInstanceData *e)¶ 
- 
IfcAlignment(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4x1::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc4x1::IfcProductRepresentation *v7_Representation, ::Ifc4x1::IfcCurve *v8_Axis, boost::optional<::Ifc4x1::IfcAlignmentTypeEnum::Value> v9_PredefinedType)¶ 
- 
typedef IfcTemplatedEntityList<IfcAlignment>