Class Ifc4x3_rc1::IfcStructuralLoadCase

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x3_rc1::IfcStructuralLoadCase : public Ifc4x3_rc1::IfcStructuralLoadGroup

Definition from IAI: A load case is a load group, commonly used to group loads from the same action source.

HISTORY: New entity in IFC 2x4.

Public Types

typedef IfcTemplatedEntityList<IfcStructuralLoadCase> list

Public Functions

bool hasSelfWeightCoefficients() const

Whether the optional attribute SelfWeightCoefficients is defined for this IfcStructuralLoadCase.

std::vector<double> SelfWeightCoefficients() const

The self weight coefficients specify ratios at which loads due to weight of members shall be included in the load case. These loads are not explicitly modeled as instances of IfcStructuralAction. Instead they shall be calculated according to geometry, section, and material of each member.

The three components of the self weight vector correspond with the x,y,z directions of the so-called global coordinates, i.e. the directions of the shared ObjectPlacement of all items in an IfcStructuralAnalysisModel. For example, if the object placement defines a z axis which is upright like the IfcProject’s world coordinate system, then the self weight coefficients would typically be [0.,0.,-1.] in a load case of dead loads with self weight.

The overall coefficient in the inherited attribute Coefficient shall not be applied to SelfWeightCoefficients of the same instance of IfcStructuralLoadCase. It only applies to actions and load groups which are grouped below the load case, not to the load case’s computed self weight.

void setSelfWeightCoefficients(std::vector<double> v)
const IfcParse::entity &declaration() const
IfcStructuralLoadCase(IfcEntityInstanceData *e)
IfcStructuralLoadCase(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4x3_rc1::IfcLoadGroupTypeEnum::Value v6_PredefinedType, ::Ifc4x3_rc1::IfcActionTypeEnum::Value v7_ActionType, ::Ifc4x3_rc1::IfcActionSourceTypeEnum::Value v8_ActionSource, boost::optional<double> v9_Coefficient, boost::optional<std::string> v10_Purpose, boost::optional<std::vector<double>> v11_SelfWeightCoefficients)

Public Static Functions

const IfcParse::entity &Class()