M_Rhino_Geometry_Collections_MeshVertexNormalList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexNormalList.Add Method (Vector3d)

Adds a new vertex normal at the end of the list.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int Add(
	Vector3d normal
)

VB

Public Function Add ( 
	normal As Vector3d
) As Integer

Parameters

 

normal
Type: Rhino.Geometry.Vector3d
new vertex normal.

Return Value

Type: Int32
The index of the newly added vertex normal.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexNormalList Class
Add Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️