IFC 4.3.0.0 (IFC4X3) final

8.9.2.11 IfcSegmentIndexSelect

8.9.2.11.1 Semantic definition

The IfcSegmentIndexSelect provides a choice of different list of indices into a point list.

8.9.2.11.2 Type values

Type
IfcArcIndex
IfcLineIndex
Table 8.9.2.11.A

8.9.2.11.3 Formal representation

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

8.9.2.11.4 References