Click or drag to resize

File3dmObjectGetTextureMapping Method

Gets the texture mapping from the File3dmObject object.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.9
Syntax
public TextureMapping GetTextureMapping(
	int mappingChannelId,
	out Transform xform
)

Parameters

mappingChannelId
Type: SystemInt32
The mapping channel id to search for.
xform
Type: Rhino.GeometryTransform
The transformation that was applied to the mapping.

Return Value

Type: TextureMapping
The texture mapping if found, null otherwise.
See Also