SoIndexedShapematerialIndex Property |
The indices of the materials that are used for the shape.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoMFInt32 materialIndex { get; }
Public ReadOnly Property materialIndex As SoMFInt32
Get
public:
property SoMFInt32^ materialIndex {
SoMFInt32^ get ();
}
member materialIndex : SoMFInt32 with get
Property Value
Type:
SoMFInt32Remarks This field is used only when the material binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for materials as well.
See Also