MeshGetCachedTextureCoordinates Method |
Rhino 5 for Windows
Call this method to get cached texture coordinates for a texture
mapping with the specified Id.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic CachedTextureCoordinates GetCachedTextureCoordinates(
Guid textureMappingId
)
Public Function GetCachedTextureCoordinates (
textureMappingId As Guid
) As CachedTextureCoordinates
Parameters
- textureMappingId
- Type: SystemGuid
Texture mapping Id
Return Value
Type:
CachedTextureCoordinates
Object which allows access to coordinates and other props.
See Also