Class Ifc4::IfcStructuralLoadSingleForceWarping¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcStructuralLoadSingleForce
(Class Ifc4::IfcStructuralLoadSingleForce)
Class Documentation¶
-
class
Ifc4
::
IfcStructuralLoadSingleForceWarping
: public Ifc4::IfcStructuralLoadSingleForce¶ Definition from IAI: Instances of the entity IfcStructuralLoadSingleForceWarping, as a subtype of IfcStructuralLoadSingleForce, shall be used to define an action operation on a single point. In addition to forces and moments defined by its supertype a warping moment can be defined.
HISTORY: New entity in Release IFC2x edition 2.
Public Types
-
typedef IfcTemplatedEntityList<IfcStructuralLoadSingleForceWarping>
list
¶
Public Functions
-
bool
hasWarpingMoment
() const¶ Whether the optional attribute WarpingMoment is defined for this IfcStructuralLoadSingleForceWarping.
-
double
WarpingMoment
() const¶ The warping moment at the point load.
-
void
setWarpingMoment
(double v)¶
-
IfcStructuralLoadSingleForceWarping
(IfcEntityInstanceData *e)¶
-
IfcStructuralLoadSingleForceWarping
(boost::optional<std::string> v1_Name, boost::optional<double> v2_ForceX, boost::optional<double> v3_ForceY, boost::optional<double> v4_ForceZ, boost::optional<double> v5_MomentX, boost::optional<double> v6_MomentY, boost::optional<double> v7_MomentZ, boost::optional<double> v8_WarpingMoment)¶
-
typedef IfcTemplatedEntityList<IfcStructuralLoadSingleForceWarping>