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) | |||
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. |
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;