8.9.6.3 IfcBuild2Axes(构建二维轴)
8.9.6.3.1 语义定义
沿革 IFC1.5 中的新函数
8.9.6.3.2 形式化表示
FUNCTION IfcBuild2Axes
(RefDirection : IfcDirection)
: LIST [2:2] OF IfcDirection;
LOCAL
D : IfcDirection := NVL(IfcNormalise(RefDirection),
IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.0,0.0]));
END_LOCAL;
RETURN([D, IfcOrthogonalComplement(D)]);
END_FUNCTION;