MeshTextureCoordinateListSetTextureCoordinates Method (TextureMapping) |
Set all texture coordinates based on a texture mapping function
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool SetTextureCoordinates(
TextureMapping mapping
)
Public Function SetTextureCoordinates (
mapping As TextureMapping
) As Boolean
Parameters
- mapping
- Type: Rhino.RenderTextureMapping
The new mapping type.
Return Value
Type:
Booleantrue on success, false on failure.
See Also