M_Rhino_Geometry_Collections_MeshVertexNormalList_Add_3 - 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(
float x,
float y,
float z
)
VB
Public Function Add (
x As Single,
y As Single,
z As Single
) As Integer
- 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.
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