RhinoCommon API
MeshFaceNormalListAddFaceNormal Method (Vector3d) |
Appends a face normal to the list of mesh face normals.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public int AddFaceNormal( Vector3d normal )
Public Function AddFaceNormal ( normal As Vector3d ) As Integer
Parameters
- normal
- Type: Rhino.GeometryVector3d
New face normal.
Return Value
Type: Int32The index of the newly added face normal.
