IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

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.

New entity in IFC2x2.

8.19.3.11.2 Entity inheritance

8.19.3.11.3 Attributes

# Attribute Type Description
IfcStructuralLoad (1)
1 Name OPTIONAL IfcLabel

Optionally defines a name for this load.

Click to show 1 hidden inherited attributes Click to hide 1 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

Edit on Github


Is this page difficult to understand? Let us know!