M_Rhino_Geometry_Collections_MeshFaceNormalList_AddFaceNormal - mcneel/rhinocommon-api-docs GitHub Wiki
Appends a face normal to the list of mesh face normals.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int AddFaceNormal(
Vector3d normal
)
VB
Public Function AddFaceNormal (
normal As Vector3d
) As Integer
- normal
- Type: Rhino.Geometry.Vector3d
New face normal.
Type: Int32
The index of the newly added face normal.
Supported in: 6.0.16224.21491, 5D58w
MeshFaceNormalList Class
AddFaceNormal Overload
Rhino.Geometry.Collections Namespace