ReduceMeshParameters Class |
Namespace: Rhino.Geometry
The ReduceMeshParameters type exposes the following members.
Name | Description | |
---|---|---|
ReduceMeshParameters |
Constructs a polygon reduction parameter object with default values.
Users of this class should not rely on default values to stay constant
across service releases.
|
Name | Description | |
---|---|---|
Accuracy | Integer from 1 to 10 telling how accurate reduction algorithm
to use. Greater number gives more accurate results | |
AllowDistortion | If true mesh appearance is not changed even if the target polygon count is not reached | |
CancelToken | ||
DesiredPolygonCount | Desired or target number of faces | |
Error | ||
FaceTags | ||
LockedComponents | List of topological mesh vertices and mesh vertices that will not be moved or deleted in reduction process.
Each mesh vertex will lock the corresponding topological mesh vertex. In other words it is not possible to have a
locked and non-locked mesh vertex at the same location. | |
NormalizeMeshSize | If true mesh is fitted to an axis aligned unit cube until reduction is complete | |
ProgressReporter |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |