Flächenlast | |
Structural Load Planar Force |
An instance of the entity IfcStructuralLoadPlanarForce shall be used to define actions on faces.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
2 | PlanarForceX | IfcPlanarForceMeasure | [0:1] | Planar force value in x-direction. | X |
3 | PlanarForceY | IfcPlanarForceMeasure | [0:1] | Planar force value in y-direction. | X |
4 | PlanarForceZ | IfcPlanarForceMeasure | [0:1] | Planar force value in z-direction. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | IfcLabel | [0:1] | Optionally defines a name for this load. | X |
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic | |||||
IfcStructuralLoadPlanarForce | |||||
2 | PlanarForceX | IfcPlanarForceMeasure | [0:1] | Planar force value in x-direction. | X |
3 | PlanarForceY | IfcPlanarForceMeasure | [0:1] | Planar force value in y-direction. | X |
4 | PlanarForceZ | IfcPlanarForceMeasure | [0:1] | Planar force value in z-direction. | X |
<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>
ENTITY IfcStructuralLoadPlanarForce
SUBTYPE OF (IfcStructuralLoadStatic);
PlanarForceX : OPTIONAL IfcPlanarForceMeasure;
PlanarForceY : OPTIONAL IfcPlanarForceMeasure;
PlanarForceZ : OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;