Click or drag to resize

MeshFaceListAddFace Method (MeshFace)

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

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int AddFace(
	MeshFace face
)

Parameters

face
Type: Rhino.GeometryMeshFace
Face to add.

Return Value

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