IFC 4.3.x development

5.4.2.1 IfcAlignmentTypeEnum

5.4.2.1.1 Semantic definitions at the entity

This enumeration defines the different types of alignments.

5.4.2.1.1 Formal representations

TYPE IfcAlignmentTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;