8.7.2.4 IfcCurveOrEdgeCurve(曲线或边曲线)
8.7.2.4.1 语义定义(Semantic definition)
IfcCurveOrEdgeCurve 提供了在几何模型中选择几何曲线(IfcCurve 及其子类型)或在拓扑模型中选择具有关联几何和坐标的曲线(IfcEdgeCurve)的选项。
8.7.2.4.2 类型值
8.7.2.4.3 形式化表示(Formal representation)
TYPE IfcCurveOrEdgeCurve = SELECT
(IfcBoundedCurve
,IfcEdgeCurve);
END_TYPE;