Skip to content

M_Rhino_Geometry_Collections_MeshTextureCoordinateList_SetTextureCoordinates_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshTextureCoordinateList.SetTextureCoordinates Method (TextureMapping)

Set all texture coordinates based on a texture mapping function

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SetTextureCoordinates(
	TextureMapping mapping
)

VB

Public Function SetTextureCoordinates ( 
	mapping As TextureMapping
) As Boolean

Parameters

 

mapping
Type: Rhino.Render.TextureMapping
The new mapping type.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTextureCoordinateList Class
SetTextureCoordinates Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally