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
Syntaxpublic bool AllowDistortion { get; set; }Public Property AllowDistortion As Boolean
Get
Set
Property Value
Type:
Boolean
See Also