MeshCheckParameters.CheckForBadNormals Property

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; }
Public Property CheckForBadNormals As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also