Skip to content

M_Rhino_Geometry_Collections_MeshFaceNormalList_AddFaceNormal

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

MeshFaceNormalList.AddFaceNormal Method (Vector3d)

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(
	Vector3d normal
)

VB

Public Function AddFaceNormal ( 
	normal As Vector3d
) As Integer

Parameters

 

normal
Type: Rhino.Geometry.Vector3d
New 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