Class Ifc4x2::IfcLinearPlacement¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcObjectPlacement
(Class Ifc4x2::IfcObjectPlacement)
Class Documentation¶
-
class
Ifc4x2
::
IfcLinearPlacement
: public Ifc4x2::IfcObjectPlacement¶ Public Types
-
typedef IfcTemplatedEntityList<IfcLinearPlacement>
list
¶
Public Functions
-
::Ifc4x2::IfcDistanceExpression *
Distance
() const¶
-
void
setDistance
(::Ifc4x2::IfcDistanceExpression *v)¶
-
bool
hasOrientation
() const¶ Whether the optional attribute Orientation is defined for this IfcLinearPlacement.
-
::Ifc4x2::IfcOrientationExpression *
Orientation
() const¶
-
void
setOrientation
(::Ifc4x2::IfcOrientationExpression *v)¶
-
bool
hasCartesianPosition
() const¶ Whether the optional attribute CartesianPosition is defined for this IfcLinearPlacement.
-
::Ifc4x2::IfcAxis2Placement3D *
CartesianPosition
() const¶
-
void
setCartesianPosition
(::Ifc4x2::IfcAxis2Placement3D *v)¶
-
IfcLinearPlacement
(IfcEntityInstanceData *e)¶
-
IfcLinearPlacement
(::Ifc4x2::IfcObjectPlacement *v1_PlacementRelTo, ::Ifc4x2::IfcCurve *v2_PlacementMeasuredAlong, ::Ifc4x2::IfcDistanceExpression *v3_Distance, ::Ifc4x2::IfcOrientationExpression *v4_Orientation, ::Ifc4x2::IfcAxis2Placement3D *v5_CartesianPosition)¶
-
typedef IfcTemplatedEntityList<IfcLinearPlacement>