IfcSlippageConnectionCondition

Natural language names
Schlupf-Übergangsbedingung
Slippage 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 G
2SlippageXIfcLengthMeasure? Slippage in x-direction of the coordinate system defined by the instance which uses this resource object.X
3SlippageYIfcLengthMeasure? Slippage in y-direction of the coordinate system defined by the instance which uses this resource object.X
4SlippageZIfcLengthMeasure? 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
#AttributeTypeCardinalityDescriptionG
IfcStructuralConnectionCondition
1NameIfcLabel? Optionally defines a name for this connection condition.X
IfcSlippageConnectionCondition
2SlippageXIfcLengthMeasure? Slippage in x-direction of the coordinate system defined by the instance which uses this resource object.X
3SlippageYIfcLengthMeasure? Slippage in y-direction of the coordinate system defined by the instance which uses this resource object.X
4SlippageZIfcLengthMeasure? Slippage in z-direction of the coordinate system defined by the instance which uses this resource object.X
Formal representations
XML 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