Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcSlippageConnectionCondition

Definition from buildingSMART International: Instances of the entity IfcSlippageConnectionCondition shall be used to describe connection properties needed to specify slippage.

HISTORY: New entity in Release IFC2x edition 2.

EXPRESS specification:

ENTITY IfcSlippageConnectionCondition
SUBTYPE OF ( IfcStructuralConnectionCondition);
SlippageX  :  OPTIONAL IfcLengthMeasure;
SlippageY  :  OPTIONAL IfcLengthMeasure;
SlippageZ  :  OPTIONAL IfcLengthMeasure;
END_ENTITY;

Attribute definitions:

SlippageX  :  Slippage of that connection. Defines the maximum displacement in x-direction without any loading applied.
SlippageY  :  Slippage of that connection. Defines the maximum displacement in y-direction without any loading applied.
SlippageZ  :  Slippage of that connection. Defines the maximum displacement in z-direction without any loading applied.

Inheritance graph

ENTITY IfcSlippageConnectionCondition;
ENTITY IfcStructuralConnectionCondition;
Name  :  OPTIONAL IfcLabel;
ENTITY IfcSlippageConnectionCondition;
SlippageX  :  OPTIONAL IfcLengthMeasure;
SlippageY  :  OPTIONAL IfcLengthMeasure;
SlippageZ  :  OPTIONAL IfcLengthMeasure;
END_ENTITY;