Skip to content

M_Rhino_Geometry_Collections_MeshFaceNormalList_AddFaceNormal_2

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFaceNormalList.AddFaceNormal Method (Double, Double, Double)

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

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int AddFaceNormal(
	double x,
	double y,
	double z
)

VB

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

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceNormalList Class
AddFaceNormal Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally