Rhino 5 for Windows
Attempts to fix inconsistencies in the directions of meshfaces for a mesh. This function
does not modify the vertex normals, but rather rearranges the mesh face winding and face
normals to make them all consistent. You may want to call Mesh.Normals.ComputeNormals()
to recompute vertex normals after calling this functions.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic int UnifyNormals()
Public Function UnifyNormals As Integer
Return Value
Type:
Int32number of faces that were modified.
See Also