IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.2.15 IfcVectorOrDirection(向量或方向)

8.9.2.15.1 语义定义(Semantic definition)

IfcVectorOrDirection 允许在 IfcVectorIfcDirection 之间选择用于矢量函数。

8.9.2.15.2 类型值

类型
IfcDirection
IfcVector
表 8.9.2.15.A

8.9.2.15.3 形式化表示(Formal representation)

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

8.9.2.15.4 参考文献