M_Rhino_Geometry_Collections_MeshFaceList_AddFace - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.AddFace Method (MeshFace)

Appends a new mesh face to the end of the mesh face list.

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

Syntax

C#

public int AddFace(
	MeshFace face
)

VB

Public Function AddFace ( 
	face As MeshFace
) As Integer

Parameters

 

face
Type: Rhino.Geometry.MeshFace
Face to add.

Return Value

Type: Int32
The index of the newly added face.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
AddFace Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️