Click or drag to resize

MeshFaceNormalListComputeFaceNormals Method

Computes all the face normals for this mesh based on the physical shape of the mesh.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool ComputeFaceNormals()

Return Value

Type: Boolean
true on success, false on failure.
See Also