IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.2.11 IfcSegmentIndexSelect(段索引选择)

8.9.2.11.1 语义定义(Semantic definition)

IfcSegmentIndexSelect 提供了指向点列表的不同索引列表的选择。

8.9.2.11.2 类型值

类型
IfcArcIndex
IfcLineIndex
表 8.9.2.11.A

8.9.2.11.3 形式化表示(Formal representation)

TYPE IfcSegmentIndexSelect = SELECT
	(IfcArcIndex
	,IfcLineIndex);
END_TYPE;

8.9.2.11.4 参考文献