Click or drag to resize

TextureMappingTryGetMappingMesh Method

Get custom mapping mesh from this texture mapping.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.18
Syntax
public bool TryGetMappingMesh(
	out Mesh mesh
)

Parameters

mesh
Type: Rhino.GeometryMesh

[Missing <param name="mesh"/> documentation for "M:Rhino.Render.TextureMapping.TryGetMappingMesh(Rhino.Geometry.Mesh@)"]

Return Value

Type: Boolean
True if custom mapping mesh was returned.
See Also