Click or drag to resize

MeshUnwrapMethod Enumeration

Unwrapping method used

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum MeshUnwrapMethod
Members
  Member nameValueDescription
LSCM0 Least squares conformal map, Rhino 7 standard method
ABFPP1 ABF++, angle based flattening
ARAP2 ARAP, as rigid as possible
See Also