IFC 4.3.0.0 (IFC4X3) final

8.9.2.15 IfcVectorOrDirection

8.9.2.15.1 Semantic definition

The IfcVectorOrDirection enables a choice between IfcVector and IfcDirection for vector functions.

8.9.2.15.2 Type values

Type
IfcDirection
IfcVector
Table 8.9.2.15.A

8.9.2.15.3 Formal representation

TYPE IfcVectorOrDirection = SELECT
	(IfcDirection
	,IfcVector);
END_TYPE;

8.9.2.15.4 References