MeshTextureCoordinateList.SetTextureCoordinates Method (TextureMapping)

MeshTextureCoordinateListSetTextureCoordinates Method (TextureMapping)

Set all texture coordinates based on a texture mapping function

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetTextureCoordinates(
	TextureMapping mapping
)
Public Function SetTextureCoordinates ( 
	mapping As TextureMapping
) As Boolean

Parameters

mapping
Type: Rhino.RenderTextureMapping
The new mapping type.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also