Click or drag to resize

RhinoObjectGetTextureChannels Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public int[] GetTextureChannels()

Return Value

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