Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcFailureConnectionCondition

Definition from IAI: Instances of the entity IfcFailureConnectionCondition shall be used to describe connection properties needed to specify the failure of a connection.

HISTORY: New entity in Release IFC2x edition 2.

EXPRESS specification:

ENTITY IfcFailureConnectionCondition
SUBTYPE OF ( IfcStructuralConnectionCondition);
TensionFailureX  :  OPTIONAL IfcForceMeasure;
TensionFailureY  :  OPTIONAL IfcForceMeasure;
TensionFailureZ  :  OPTIONAL IfcForceMeasure;
CompressionFailureX  :  OPTIONAL IfcForceMeasure;
CompressionFailureY  :  OPTIONAL IfcForceMeasure;
CompressionFailureZ  :  OPTIONAL IfcForceMeasure;
END_ENTITY;

Attribute definitions:

TensionFailureX  :  Tension force in x-direction leading to failure of the connection.
TensionFailureY  :  Tension force in y-direction leading to failure of the connection.
TensionFailureZ  :  Tension force in z-direction leading to failure of the connection.
CompressionFailureX  :  Compression force in x-direction leading to failure of the connection.
CompressionFailureY  :  Compression force in y-direction leading to failure of the connection.
CompressionFailureZ  :  Compression force in z-direction leading to failure of the connection.

Inheritance graph

ENTITY IfcFailureConnectionCondition;
ENTITY IfcStructuralConnectionCondition;
Name  :  OPTIONAL IfcLabel;
ENTITY IfcFailureConnectionCondition;
TensionFailureX  :  OPTIONAL IfcForceMeasure;
TensionFailureY  :  OPTIONAL IfcForceMeasure;
TensionFailureZ  :  OPTIONAL IfcForceMeasure;
CompressionFailureX  :  OPTIONAL IfcForceMeasure;
CompressionFailureY  :  OPTIONAL IfcForceMeasure;
CompressionFailureZ  :  OPTIONAL IfcForceMeasure;
END_ENTITY;