Schlupf-Übergangsbedingung | |
Slippage Connection Condition |
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 | Type | Cardinality | Description | G |
---|---|---|---|---|---|
2 | SlippageX | IfcLengthMeasure | ? | Slippage in x-direction of the coordinate system defined by the instance which uses this resource object. | X |
3 | SlippageY | IfcLengthMeasure | ? | Slippage in y-direction of the coordinate system defined by the instance which uses this resource object. | X |
4 | SlippageZ | IfcLengthMeasure | ? | Slippage in z-direction of the coordinate system defined by the instance which uses this resource object. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcStructuralConnectionCondition | |||||
1 | Name | IfcLabel | ? | Optionally defines a name for this connection condition. | X |
IfcSlippageConnectionCondition | |||||
2 | SlippageX | IfcLengthMeasure | ? | Slippage in x-direction of the coordinate system defined by the instance which uses this resource object. | X |
3 | SlippageY | IfcLengthMeasure | ? | Slippage in y-direction of the coordinate system defined by the instance which uses this resource object. | X |
4 | SlippageZ | IfcLengthMeasure | ? | Slippage in z-direction of the coordinate system defined by the instance which uses this resource object. | X |
<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>
ENTITY IfcSlippageConnectionCondition
SUBTYPE OF (IfcStructuralConnectionCondition);
SlippageX : OPTIONAL IfcLengthMeasure;
SlippageY : OPTIONAL IfcLengthMeasure;
SlippageZ : OPTIONAL IfcLengthMeasure;
END_ENTITY;