Click or drag to resize

MeshCheckParametersCheckForDegenerateFaces Property

If true, then look for triangles and quads that have zero area and quads where one sub triangle has zero area.

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

Property Value

Type: Boolean
See Also