Click or drag to resize

MeshCheckParametersCheckForBadNormals Property

If true, then look for vertex normals that are not unit vectors, are zero length or vary greatly from the general direction of the face normals.

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

Property Value

Type: Boolean
See Also