TextureMappingCreateCustomMeshMapping Method |
Create custom mesh mapping
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.15
Syntax public static TextureMapping CreateCustomMeshMapping(
Mesh mesh
)
Public Shared Function CreateCustomMeshMapping (
mesh As Mesh
) As TextureMapping
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh with texture coordinates
Return Value
Type:
TextureMappingTextureMapping instance
See Also