Click or drag to resize

MeshGetCachedTextureCoordinates Method

Overload List
  NameDescription
Public methodGetCachedTextureCoordinates(Guid)
Call this method to get cached texture coordinates for a texture mapping with the specified Id.
Public methodGetCachedTextureCoordinates(RhinoObject, Texture)
Returns cached texture coordinate set based on the texture. Make sure to set up cached texture coordinates for all textures in the material first by calling SetCachedTextureCoordinatesFromMaterial(RhinoObject rhinoObject, Rhino.DocObjects.Material material) If this function returns null then there are no texture coordinates available.
Top
See Also