8.19.3.13 IfcStructuralLoadPlanarForce
8.19.3.13.1 Semantic definition
An instance of the entity IfcStructuralLoadPlanarForce shall be used to define actions on faces.
8.19.3.13.2 Entity inheritance
8.19.3.13.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 | |||
| IfcStructuralLoadPlanarForce (3) | |||
| 2 | PlanarForceX | OPTIONAL IfcPlanarForceMeasure | 
 Planar force value in x-direction.  | 
| 3 | PlanarForceY | OPTIONAL IfcPlanarForceMeasure | 
 Planar force value in y-direction.  | 
| 4 | PlanarForceZ | OPTIONAL IfcPlanarForceMeasure | 
 Planar force value in z-direction.  | 
8.19.3.13.4 Formal representation
ENTITY IfcStructuralLoadPlanarForce
 SUBTYPE OF (IfcStructuralLoadStatic);
	PlanarForceX : OPTIONAL IfcPlanarForceMeasure;
	PlanarForceY : OPTIONAL IfcPlanarForceMeasure;
	PlanarForceZ : OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;