Mesh.FaceNormals Property

MeshFaceNormals Property

Gets access to the face normal collection in this mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public MeshFaceNormalList FaceNormals { get; }
Public ReadOnly Property FaceNormals As MeshFaceNormalList
	Get

Property Value

Type: MeshFaceNormalList
See Also