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) | |||
| 1 | Name | OPTIONAL IfcLabel |
Optionally defines a name for this load. |
| Click to show 1 hidden inherited attributes Click to hide 1 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. |
8.19.3.16.4 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;