Click or drag to resize

MeshGetCachedTextureCoordinates Method (Guid)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public CachedTextureCoordinates GetCachedTextureCoordinates(
	Guid textureMappingId
)

Parameters

textureMappingId
Type: SystemGuid
Texture mapping Id

Return Value

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