MeshSetCachedTextureCoordinates Method |
Rhino 5 for Windows
Set cached texture coordinates using the specified mapping.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic void SetCachedTextureCoordinates(
TextureMapping tm,
ref Transform xf
)
Public Sub SetCachedTextureCoordinates (
tm As TextureMapping,
ByRef xf As Transform
)
Parameters
- tm
- Type: Rhino.RenderTextureMapping
[Missing <param name="tm"/> documentation for "M:Rhino.Geometry.Mesh.SetCachedTextureCoordinates(Rhino.Render.TextureMapping,Rhino.Geometry.Transform@)"]
- xf
- Type: Rhino.GeometryTransform
[Missing <param name="xf"/> documentation for "M:Rhino.Geometry.Mesh.SetCachedTextureCoordinates(Rhino.Render.TextureMapping,Rhino.Geometry.Transform@)"]
See Also