MeshFaceNormalList.AddFaceNormal Method (Double, Double, Double)

MeshFaceNormalListAddFaceNormal Method (Double, Double, Double)

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(
	double x,
	double y,
	double z
)
Public Function AddFaceNormal ( 
	x As Double,
	y As Double,
	z As Double
) As Integer

Parameters

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

Return Value

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