IfcStructuralLoadLinearForce

Natural language names
Linienlast
Structural Load Linear Force
Semantic definitions at the entity
Entity definition

An instance of the entity IfcStructuralLoadLinearForce shall be used to define actions on curves.

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription G
2LinearForceXIfcLinearForceMeasure? Linear force value in x-direction. X
3LinearForceYIfcLinearForceMeasure? Linear force value in y-direction.X
4LinearForceZIfcLinearForceMeasure? Linear force value in z-direction. X
5LinearMomentXIfcLinearMomentMeasure? Linear moment about the x-axis.X
6LinearMomentYIfcLinearMomentMeasure? Linear moment about the y-axis.X
7LinearMomentZIfcLinearMomentMeasure? Linear moment about the z-axis.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadStatic IfcStructuralLoadOrResult IfcStructuralLoad
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcStructuralLoad
1NameIfcLabel? Optionally defines a name for this load.X
IfcStructuralLoadOrResult
IfcStructuralLoadStatic
IfcStructuralLoadLinearForce
2LinearForceXIfcLinearForceMeasure? Linear force value in x-direction. X
3LinearForceYIfcLinearForceMeasure? Linear force value in y-direction.X
4LinearForceZIfcLinearForceMeasure? Linear force value in z-direction. X
5LinearMomentXIfcLinearMomentMeasure? Linear moment about the x-axis.X
6LinearMomentYIfcLinearMomentMeasure? Linear moment about the y-axis.X
7LinearMomentZIfcLinearMomentMeasure? Linear moment about the z-axis.X
Examples
Formal representations
XML Specification
 <xs:element name="IfcStructuralLoadLinearForce" type="ifc:IfcStructuralLoadLinearForce" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
 <xs:complexType name="IfcStructuralLoadLinearForce">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralLoadStatic">
    <xs:attribute name="LinearForceX" type="ifc:IfcLinearForceMeasure" use="optional"/>
    <xs:attribute name="LinearForceY" type="ifc:IfcLinearForceMeasure" use="optional"/>
    <xs:attribute name="LinearForceZ" type="ifc:IfcLinearForceMeasure" use="optional"/>
    <xs:attribute name="LinearMomentX" type="ifc:IfcLinearMomentMeasure" use="optional"/>
    <xs:attribute name="LinearMomentY" type="ifc:IfcLinearMomentMeasure" use="optional"/>
    <xs:attribute name="LinearMomentZ" type="ifc:IfcLinearMomentMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralLoadLinearForce
 SUBTYPE OF (IfcStructuralLoadStatic);
  LinearForceX : OPTIONAL IfcLinearForceMeasure;
  LinearForceY : OPTIONAL IfcLinearForceMeasure;
  LinearForceZ : OPTIONAL IfcLinearForceMeasure;
  LinearMomentX : OPTIONAL IfcLinearMomentMeasure;
  LinearMomentY : OPTIONAL IfcLinearMomentMeasure;
  LinearMomentZ : OPTIONAL IfcLinearMomentMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page