IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.19.3.1 IfcBoundaryCondition

ABSTRACT This definition may not be instantiated

8.19.3.1.1 Semantic definition

The abstract entity IfcBoundaryCondition is the supertype of all boundary conditions that can be applied to structural connection definitions, either directly for the connection (e.g. the joint) or for the relation between a structural member and the connection.

8.19.3.1.2 Entity inheritance

8.19.3.1.3 Attributes

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

Optionally defines a name for this boundary condition.

Table 8.19.3.1.A

8.19.3.1.4 Formal representation

ENTITY IfcBoundaryCondition
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcBoundaryEdgeCondition
	,IfcBoundaryFaceCondition
	,IfcBoundaryNodeCondition));
	Name : OPTIONAL IfcLabel;
END_ENTITY;

8.19.3.1.5 References

Edit on Github


Is this page difficult to understand? Let us know!