8.9.2.15 IfcVectorOrDirection(向量或方向)
8.9.2.15.1 语义定义(Semantic definition)
IfcVectorOrDirection 允许在 IfcVector 和 IfcDirection 之间选择用于矢量函数。
8.9.2.15.2 类型值
8.9.2.15.3 形式化表示(Formal representation)
TYPE IfcVectorOrDirection = SELECT
(IfcDirection
,IfcVector);
END_TYPE;