M_Rhino_Geometry_Collections_MeshVertexNormalList_Add_3 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexNormalList.Add Method (Single, Single, Single)

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

VB

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

Parameters

 

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