Click or drag to resize

MaterialTableCurrentMaterialIndex Property

At all times, there is a "current" material. Unless otherwise specified, new objects are assigned to the current material. The current material is never locked, hidden, or deleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int CurrentMaterialIndex { get; set; }

Property Value

Type: Int32
See Also