Click or drag to resize

MeshCheckParametersCheckForRandomFaceNormals Property

If true, then look for adjacent faces that have the same edge orientation. This typically means that clockwise/counterclockwise orientation, and face normal are not in sync.

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

Property Value

Type: Boolean
See Also