M_Rhino_Geometry_Collections_MeshFaceList_AddFace - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int AddFace(
MeshFace face
)
VB
Public Function AddFace (
face As MeshFace
) As Integer
- face
- Type: Rhino.Geometry.MeshFace
Face to add.
Type: Int32
The index of the newly added face.
Supported in: 6.0.16224.21491, 5D58w
MeshFaceList Class
AddFace Overload
Rhino.Geometry.Collections Namespace