IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

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