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