IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.2.4 IfcCurveOrEdgeCurve(曲线或边曲线)

8.7.2.4.1 语义定义(Semantic definition)

IfcCurveOrEdgeCurve 提供了在几何模型中选择几何曲线(IfcCurve 及其子类型)或在拓扑模型中选择具有关联几何和坐标的曲线(IfcEdgeCurve)的选项。

8.7.2.4.2 类型值

类型
IfcBoundedCurve
IfcEdgeCurve
表 8.7.2.4.A

8.7.2.4.3 形式化表示(Formal representation)

TYPE IfcCurveOrEdgeCurve = SELECT
	(IfcBoundedCurve
	,IfcEdgeCurve);
END_TYPE;

8.7.2.4.4 参考文献