Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralLoadPlanarForce

Definition from IAI: An instance of the entity IfcStructuralLoadPlanarForce shall be used to define actions on faces.

All values are given within the chosen coordinate system of the 'activity element' (subtypes of IfcStructuralActivity), either the local coordinate system of the activity element or the global project coordinate system which is referenced by the activity element as its geometric representation context. The units of the force values are given within the global unit assignment (IfcUnitAssignment).

HISTORY: New entity in Release IFC2x edition 2.

EXPRESS specification:

ENTITY IfcStructuralLoadPlanarForce
SUBTYPE OF ( IfcStructuralLoadStatic);
PlanarForceX  :  OPTIONAL IfcPlanarForceMeasure;
PlanarForceY  :  OPTIONAL IfcPlanarForceMeasure;
PlanarForceZ  :  OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;

Attribute definitions:

PlanarForceX  :  Planar force value in x-direction.
PlanarForceY  :  Planar force value in y-direction.
PlanarForceZ  :  Planar force value in z-direction.

Inheritance graph

ENTITY IfcStructuralLoadPlanarForce;
ENTITY IfcStructuralLoad;
Name  :  OPTIONAL IfcLabel;
ENTITY IfcStructuralLoadStatic;
ENTITY IfcStructuralLoadPlanarForce;
PlanarForceX  :  OPTIONAL IfcPlanarForceMeasure;
PlanarForceY  :  OPTIONAL IfcPlanarForceMeasure;
PlanarForceZ  :  OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;