M_Rhino_Geometry_Collections_MeshVertexNormalList_Add - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a new vertex normal at the end of the list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int Add(
Vector3d normal
)
VB
Public Function Add (
normal As Vector3d
) As Integer
- normal
- Type: Rhino.Geometry.Vector3d
new vertex normal.
Type: Int32
The index of the newly added vertex normal.
Supported in: 6.0.16224.21491, 5D58w
MeshVertexNormalList Class
Add Overload
Rhino.Geometry.Collections Namespace