IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.10.2.3 IfcLayerSetDirectionEnum

8.10.2.3.1 Semantic definition

IfcLayerSetDirectionEnum provides identification of the axis of element geometry, denoting the layer set thickness direction, or direction of layer offsets.

8.10.2.3.2 Type values

Type Description
AXIS1

Usually x-axis.

AXIS2

Usually y-axis.

AXIS3

Usually z-axis.

Table 8.10.2.3.A

8.10.2.3.3 Formal representation

TYPE IfcLayerSetDirectionEnum = ENUMERATION OF
	(AXIS1
	,AXIS2
	,AXIS3);
END_TYPE;

8.10.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!