IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.9.2.9 IfcLineIndex

8.9.2.9.1 Semantic definition

The IfcLineIndex describes a single or multiple straight segments within a poly curve by providing a list on indices. The first index is the start point of the line segment, the last index is the end point of the line segment. If more than two indices are included, then all intermediate indices define intermediate points of the poly line segment connected in the order of appearance of the list of indices.

8.9.2.9.2 Formal representation

TYPE IfcLineIndex = LIST [2:?] OF IfcPositiveInteger;
END_TYPE;

8.9.2.9.3 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.2.9.4 Changelog

8.9.2.9.4.1 IFC4

  • New resource