Skip to content

M_Rhino_Geometry_Collections_MeshVertexNormalList_Add_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshVertexNormalList.Add Method (Vector3f)

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(
	Vector3f normal
)

VB

Public Function Add ( 
	normal As Vector3f
) As Integer

Parameters

 

normal
Type: Rhino.Geometry.Vector3f
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

Clone this wiki locally