M_Rhino_Geometry_Mesh_GetCachedTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetCachedTextureCoordinates Method

Call this method to get cached texture coordinates for a texture mapping with the specified Id.

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

Syntax

C#

public CachedTextureCoordinates GetCachedTextureCoordinates(
	Guid textureMappingId
)

VB

Public Function GetCachedTextureCoordinates ( 
	textureMappingId As Guid
) As CachedTextureCoordinates

Parameters

 

textureMappingId
Type: System.Guid
Texture mapping Id

Return Value

Type: CachedTextureCoordinates
Object which allows access to coordinates and other props.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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