Click or drag to resize

ReduceMeshParametersAllowDistortion Property

If true, faces are removed until DesiredPolygonCount is reached, distorting the shape as needed. If false, only flat (coplanar) regions are simplified, which leaves the shape unchanged and ignores DesiredPolygonCount.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool AllowDistortion { get; set; }

Property Value

Type: Boolean
See Also