IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.2.6 IfcCurveOnSurface(曲面上曲线)

8.9.2.6.1 语义定义(Semantic definition)

IfcCurveOnSurface 支持选择参数曲面上的曲线类型。

曲面上的曲线选择类型出于参考目的将这些曲线收集在一起。

8.9.2.6.2 类型值

类型
IfcCompositeCurveOnSurface
IfcPcurve
IfcSurfaceCurve
表 8.9.2.6.A

8.9.2.6.3 形式化表示(Formal representation)

TYPE IfcCurveOnSurface = SELECT
	(IfcCompositeCurveOnSurface
	,IfcPcurve
	,IfcSurfaceCurve);
END_TYPE;

8.9.2.6.4 参考文献