RhinoObject.GetTextureChannels Method

RhinoObjectGetTextureChannels Method

Get a list of the texture mapping channel Id's associated with object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] GetTextureChannels()
Public Function GetTextureChannels As Integer()

Return Value

Type: Int32
Returns an array of channel Id's or an empty list if there are not mappings.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also