IFC 4.3.0.0 (IFC4X3) final

8.19.3.8 IfcStructuralConnectionCondition

ABSTRACT This definition may not be instantiated

8.19.3.8.1 Semantic definition

Describe more rarely needed connection properties.

8.19.3.8.2 Entity inheritance

8.19.3.8.3 Attributes

# Attribute Type Description
IfcStructuralConnectionCondition (1)
1 Name OPTIONAL IfcLabel

Optionally defines a name for this connection condition.

Table 8.19.3.8.A

8.19.3.8.4 Formal representation

ENTITY IfcStructuralConnectionCondition
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcFailureConnectionCondition
	,IfcSlippageConnectionCondition));
	Name : OPTIONAL IfcLabel;
END_ENTITY;

8.19.3.8.5 References