MeshFaceNormalList.AddFaceNormal Method (Single, Single, Single)

MeshFaceNormalListAddFaceNormal Method (Single, Single, Single)

Appends a face normal to the list of mesh face normals.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int AddFaceNormal(
	float x,
	float y,
	float z
)
Public Function AddFaceNormal ( 
	x As Single,
	y As Single,
	z As Single
) As Integer

Parameters

x
Type: SystemSingle
X component of face normal.
y
Type: SystemSingle
Y component of face normal.
z
Type: SystemSingle
Z component of face normal.

Return Value

Type: Int32
The index of the newly added face normal.
See Also