Click or drag to resize

MeshUnwrapper Class

Unwraps meshes and stores the result in their texture coordinates
Inheritance Hierarchy
SystemObject
  Rhino.GeometryMeshUnwrapper

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class MeshUnwrapper : IDisposable

The MeshUnwrapper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySymmetryPlane
Symmetry plane. Unwrapper tries to keep unwrap result symmetric to this plane.
Top
Methods
  NameDescription
Public methodDispose
Dispose of this object and any unmanaged memory associated with it.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnwrap
Unwraps the meshes passed in as constructor arguments and stores the results in texture coordinates.
Top
See Also