Description:

Gets or sets an associated layer index. Layer definitions in an OpenNURBS model are stored in a layer table. The layer table is conceptually an array of ON_Layer classes. Every OpenNURBS object in a model is on some layer. The object's layer is specified by zero based indices into the ON_Layer array.

Syntax:
public int LayerIndex {get|set}
Returns:
Type: int
Available since:
5.0

Nothing found