RhinoObjectGetTextureChannels Method |
Get a list of the texture mapping channel Id's associated with object.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also