Click or drag to resize

MeshUnwrapperUnwrap Method

Unwraps the meshes passed in as constructor arguments and stores the results in texture coordinates.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.14
Syntax
public bool Unwrap(
	MeshUnwrapMethod method
)

Parameters

method
Type: Rhino.GeometryMeshUnwrapMethod
Unwrap method to be used

Return Value

Type: Boolean
True on success
See Also