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; }
Public Property CheckForDegenerateFaces As Boolean
Get
Set
Property Value
Type:
BooleanSee Also