Class Ifc2x3::IfcStructuralLoadSingleForceWarping

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcStructuralLoadSingleForceWarping : public Ifc2x3::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 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)
const IfcParse::entity &declaration() const
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)

Public Static Functions

const IfcParse::entity &Class()