IfcSlippageConnectionCondition

Natural language names
deSchlupf-Übergangsbedingung
enSlippage Connection Condition
Semantic definitions at the entity
Entity definition

Describes slippage in support conditions or connection conditions. Slippage means that a relative displacement may occur in a support or connection before support or connection reactions are awoken.

Applicability:

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription C
2SlippageXIfcLengthMeasure[0:1] Slippage in x-direction of the coordinate system defined by the instance which uses this resource object.X
3SlippageYIfcLengthMeasure[0:1] Slippage in y-direction of the coordinate system defined by the instance which uses this resource object.X
4SlippageZIfcLengthMeasure[0:1] Slippage in z-direction of the coordinate system defined by the instance which uses this resource object.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralConnectionCondition
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcStructuralConnectionCondition
1NameIfcLabel[0:1] Optionally defines a name for this connection condition.X
IfcSlippageConnectionCondition
2SlippageXIfcLengthMeasure[0:1] Slippage in x-direction of the coordinate system defined by the instance which uses this resource object.X
3SlippageYIfcLengthMeasure[0:1] Slippage in y-direction of the coordinate system defined by the instance which uses this resource object.X
4SlippageZIfcLengthMeasure[0:1] Slippage in z-direction of the coordinate system defined by the instance which uses this resource object.X
Formal representations
XSD Specification
 <xs:element name="IfcSlippageConnectionCondition" type="ifc:IfcSlippageConnectionCondition" substitutionGroup="ifc:IfcStructuralConnectionCondition" nillable="true"/>
 <xs:complexType name="IfcSlippageConnectionCondition">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralConnectionCondition">
    <xs:attribute name="SlippageX" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="SlippageY" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="SlippageZ" type="ifc:IfcLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcSlippageConnectionCondition
 SUBTYPE OF (IfcStructuralConnectionCondition);
  SlippageX : OPTIONAL IfcLengthMeasure;
  SlippageY : OPTIONAL IfcLengthMeasure;
  SlippageZ : OPTIONAL IfcLengthMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page