IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.19.3.11 IfcStructuralLoadLinearForce

8.19.3.11.1 Semantic definition

An instance of the entity IfcStructuralLoadLinearForce shall be used to define actions on curves.

8.19.3.11.2 Entity inheritance

8.19.3.11.3 Attributes

# Attribute Type Description
IfcStructuralLoad (1)
Click to show 1 hidden inherited attributes
IfcStructuralLoadLinearForce (6)
2 LinearForceX OPTIONAL IfcLinearForceMeasure

Linear force value in x-direction.

3 LinearForceY OPTIONAL IfcLinearForceMeasure

Linear force value in y-direction.

4 LinearForceZ OPTIONAL IfcLinearForceMeasure

Linear force value in z-direction.

5 LinearMomentX OPTIONAL IfcLinearMomentMeasure

Linear moment about the x-axis.

6 LinearMomentY OPTIONAL IfcLinearMomentMeasure

Linear moment about the y-axis.

7 LinearMomentZ OPTIONAL IfcLinearMomentMeasure

Linear moment about the z-axis.

Table 8.19.3.11.B

8.19.3.11.4 Examples

8.19.3.11.5 Formal representation

ENTITY IfcStructuralLoadLinearForce
SUBTYPE OF (IfcStructuralLoadStatic);
LinearForceX : OPTIONAL IfcLinearForceMeasure;
LinearForceY : OPTIONAL IfcLinearForceMeasure;
LinearForceZ : OPTIONAL IfcLinearForceMeasure;
LinearMomentX : OPTIONAL IfcLinearMomentMeasure;
LinearMomentY : OPTIONAL IfcLinearMomentMeasure;
LinearMomentZ : OPTIONAL IfcLinearMomentMeasure;
END_ENTITY;

8.19.3.11.6 References