IfcStructuralLoadSingleForce

Natural language names
Einzellast
Structural Load Single Force
Semantic definitions at the entity
Entity definition

Instances of the entity IfcStructuralLoadSingleForce shall be used to define the forces and moments of an action operating on a single point.

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription G
2ForceXIfcForceMeasure? Force value in x-direction. X
3ForceYIfcForceMeasure? Force value in y-direction.X
4ForceZIfcForceMeasure? Force value in z-direction.X
5MomentXIfcTorqueMeasure? Moment about the x-axis.X
6MomentYIfcTorqueMeasure? Moment about the y-axis.X
7MomentZIfcTorqueMeasure? Moment about the z-axis.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadSingleForceWarping IfcStructuralLoadStatic IfcStructuralLoadOrResult IfcStructuralLoad
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcStructuralLoad
1NameIfcLabel? Optionally defines a name for this load.X
IfcStructuralLoadOrResult
IfcStructuralLoadStatic
IfcStructuralLoadSingleForce
2ForceXIfcForceMeasure? Force value in x-direction. X
3ForceYIfcForceMeasure? Force value in y-direction.X
4ForceZIfcForceMeasure? Force value in z-direction.X
5MomentXIfcTorqueMeasure? Moment about the x-axis.X
6MomentYIfcTorqueMeasure? Moment about the y-axis.X
7MomentZIfcTorqueMeasure? Moment about the z-axis.X
Examples
Formal representations
XML Specification
 <xs:element name="IfcStructuralLoadSingleForce" type="ifc:IfcStructuralLoadSingleForce" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
 <xs:complexType name="IfcStructuralLoadSingleForce">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralLoadStatic">
    <xs:attribute name="ForceX" type="ifc:IfcForceMeasure" use="optional"/>
    <xs:attribute name="ForceY" type="ifc:IfcForceMeasure" use="optional"/>
    <xs:attribute name="ForceZ" type="ifc:IfcForceMeasure" use="optional"/>
    <xs:attribute name="MomentX" type="ifc:IfcTorqueMeasure" use="optional"/>
    <xs:attribute name="MomentY" type="ifc:IfcTorqueMeasure" use="optional"/>
    <xs:attribute name="MomentZ" type="ifc:IfcTorqueMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralLoadSingleForce
 SUPERTYPE OF(IfcStructuralLoadSingleForceWarping)
 SUBTYPE OF (IfcStructuralLoadStatic);
  ForceX : OPTIONAL IfcForceMeasure;
  ForceY : OPTIONAL IfcForceMeasure;
  ForceZ : OPTIONAL IfcForceMeasure;
  MomentX : OPTIONAL IfcTorqueMeasure;
  MomentY : OPTIONAL IfcTorqueMeasure;
  MomentZ : OPTIONAL IfcTorqueMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page