M_Rhino_Geometry_Collections_MeshVertexNormalList_Add_2 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexNormalList.Add Method (Double, Double, Double)

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(
	double x,
	double y,
	double z
)

VB

Public Function Add ( 
	x As Double,
	y As Double,
	z As Double
) As Integer

Parameters

 

x
Type: System.Double
X component of new vertex normal.
y
Type: System.Double
Y component of new vertex normal.
z
Type: System.Double
Z component of 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** ⚠️