IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.19.3.16 IfcStructuralLoadSingleForce

8.19.3.16.1 Semantic definition

Instances of the entity IfcStructuralLoadSingleForce shall be used to define the forces and moments of an action operating on a single point.

8.19.3.16.2 Entity inheritance

8.19.3.16.3 Attributes

# Attribute Type Description
IfcStructuralLoad (1)
Click to show 1 hidden inherited attributes
IfcStructuralLoadSingleForce (6)
2 ForceX OPTIONAL IfcForceMeasure

Force value in x-direction.

3 ForceY OPTIONAL IfcForceMeasure

Force value in y-direction.

4 ForceZ OPTIONAL IfcForceMeasure

Force value in z-direction.

5 MomentX OPTIONAL IfcTorqueMeasure

Moment about the x-axis.

6 MomentY OPTIONAL IfcTorqueMeasure

Moment about the y-axis.

7 MomentZ OPTIONAL IfcTorqueMeasure

Moment about the z-axis.

Table 8.19.3.16.B

8.19.3.16.4 Examples

8.19.3.16.5 Formal representation

ENTITY IfcStructuralLoadSingleForce
SUPERTYPE OF (ONEOF
(IfcStructuralLoadSingleForceWarping))
SUBTYPE OF (IfcStructuralLoadStatic);
ForceX : OPTIONAL IfcForceMeasure;
ForceY : OPTIONAL IfcForceMeasure;
ForceZ : OPTIONAL IfcForceMeasure;
MomentX : OPTIONAL IfcTorqueMeasure;
MomentY : OPTIONAL IfcTorqueMeasure;
MomentZ : OPTIONAL IfcTorqueMeasure;
END_ENTITY;

8.19.3.16.6 References