M_Rhino_Geometry_Mesh_SetCachedTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.SetCachedTextureCoordinates Method

Set cached texture coordinates using the specified mapping.

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

Syntax

C#

public void SetCachedTextureCoordinates(
	TextureMapping tm,
	ref Transform xf
)

VB

Public Sub SetCachedTextureCoordinates ( 
	tm As TextureMapping,
	ByRef xf As Transform
)

Parameters

 

tm
Type: Rhino.Render.TextureMapping
[Missing documentation for "M:Rhino.Geometry.Mesh.SetCachedTextureCoordinates(Rhino.Render.TextureMapping,Rhino.Geometry.Transform@)"]
xf
Type: Rhino.Geometry.Transform
[Missing documentation for "M:Rhino.Geometry.Mesh.SetCachedTextureCoordinates(Rhino.Render.TextureMapping,Rhino.Geometry.Transform@)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️