Class Ifc4x3_rc1::IfcStructuralAction

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc4x3_rc1::IfcStructuralAction : public Ifc4x3_rc1::IfcStructuralActivity

Definition from IAI: A structural action is a structural activity that acts upon a structural item or building element.

HISTORY New entity in IFC 2x2. IFC 2x4 change: Attribute DestabilizingLoad made optional. Attribute CausedBy deleted; use IfcRelAssignsToProduct via ReferencedBy instead.

Structural actions are grouped into either an IfcStructuralLoadGroup of predefined type LOAD_GROUP or, more often, an IfcStructuralLoadCase. This is accomplished via the inverse relationship HasAssignments and an IfcRelAssignsToGroup relationship object. IfcStructuralLoadGroup.LoadGroupFor or IfcStructuralLoadCase.LoadGroupFor respectively refers to the structural analysis model(s) in which the loads are used.

It is furthermore possible to establish relationships between actions in one analysis model and reactions in another analysis model which cause the actions. For example, a support reaction from one structural system may be taken over as a load onto another supporting structural system. This is expressed by means of the inverse relationship ReferencedBy of the action and an IfcRelAssignsToProduct relationship object. IfcRelAssignsToProduct.Name is set to ‘Causes’ and IfcRelAssignsToProduct.RelatedObjects refers to an instance of a subtype of IfcStructuralReaction.

Subclassed by Ifc4x3_rc1::IfcStructuralCurveAction, Ifc4x3_rc1::IfcStructuralPointAction, Ifc4x3_rc1::IfcStructuralSurfaceAction

Public Types

typedef IfcTemplatedEntityList<IfcStructuralAction> list

Public Functions

bool hasDestabilizingLoad() const

Whether the optional attribute DestabilizingLoad is defined for this IfcStructuralAction.

bool DestabilizingLoad() const

Indicates if this action may cause a stability problem. If it is ‘FALSE’, no further investigations regarding stability problems are necessary.

void setDestabilizingLoad(bool v)
const IfcParse::entity &declaration() const
IfcStructuralAction(IfcEntityInstanceData *e)
IfcStructuralAction(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::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc4x3_rc1::IfcProductRepresentation *v7_Representation, ::Ifc4x3_rc1::IfcStructuralLoad *v8_AppliedLoad, ::Ifc4x3_rc1::IfcGlobalOrLocalEnum::Value v9_GlobalOrLocal, boost::optional<bool> v10_DestabilizingLoad)

Public Static Functions

const IfcParse::entity &Class()