IfcStructuralLoadPlanarForce

Natural language names
deFlächenlast
enStructural Load Planar Force
Semantic definitions at the entity
Entity definition

An instance of the entity IfcStructuralLoadPlanarForce shall be used to define actions on faces.

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription C
2PlanarForceXIfcPlanarForceMeasure[0:1] Planar force value in x-direction. X
3PlanarForceYIfcPlanarForceMeasure[0:1] Planar force value in y-direction. X
4PlanarForceZIfcPlanarForceMeasure[0:1] Planar force value in z-direction. X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadStatic IfcStructuralLoadOrResult IfcStructuralLoad
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcStructuralLoad
1NameIfcLabel[0:1] Optionally defines a name for this load.X
IfcStructuralLoadOrResult
IfcStructuralLoadStatic
IfcStructuralLoadPlanarForce
2PlanarForceXIfcPlanarForceMeasure[0:1] Planar force value in x-direction. X
3PlanarForceYIfcPlanarForceMeasure[0:1] Planar force value in y-direction. X
4PlanarForceZIfcPlanarForceMeasure[0:1] Planar force value in z-direction. X
Formal representations
XSD Specification
 <xs:element name="IfcStructuralLoadPlanarForce" type="ifc:IfcStructuralLoadPlanarForce" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
 <xs:complexType name="IfcStructuralLoadPlanarForce">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralLoadStatic">
    <xs:attribute name="PlanarForceX" type="ifc:IfcPlanarForceMeasure" use="optional"/>
    <xs:attribute name="PlanarForceY" type="ifc:IfcPlanarForceMeasure" use="optional"/>
    <xs:attribute name="PlanarForceZ" type="ifc:IfcPlanarForceMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralLoadPlanarForce
 SUBTYPE OF (IfcStructuralLoadStatic);
  PlanarForceX : OPTIONAL IfcPlanarForceMeasure;
  PlanarForceY : OPTIONAL IfcPlanarForceMeasure;
  PlanarForceZ : OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page