8.19.3.6 IfcFailureConnectionCondition
8.19.3.6.1 Semantic definition
Defines forces at which a support or connection fails.
Applicability:
- Point supports and connections.
 
8.19.3.6.2 Entity inheritance
8.19.3.6.3 Attributes
| # | Attribute | Type | Description | 
|---|---|---|---|
| IfcStructuralConnectionCondition (1) | |||
| 1 | Name | OPTIONAL IfcLabel | 
 Optionally defines a name for this connection condition.  | 
| Click to show 1 hidden inherited attributes Click to hide 1 inherited attributes | |||
| IfcFailureConnectionCondition (6) | |||
| 2 | TensionFailureX | OPTIONAL IfcForceMeasure | 
 Tension force in x-direction leading to failure of the connection.  | 
| 3 | TensionFailureY | OPTIONAL IfcForceMeasure | 
 Tension force in y-direction leading to failure of the connection.  | 
| 4 | TensionFailureZ | OPTIONAL IfcForceMeasure | 
 Tension force in z-direction leading to failure of the connection.  | 
| 5 | CompressionFailureX | OPTIONAL IfcForceMeasure | 
 Compression force in x-direction leading to failure of the connection.  | 
| 6 | CompressionFailureY | OPTIONAL IfcForceMeasure | 
 Compression force in y-direction leading to failure of the connection.  | 
| 7 | CompressionFailureZ | OPTIONAL IfcForceMeasure | 
 Compression force in z-direction leading to failure of the connection.  | 
8.19.3.6.4 Formal representation
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;