MeshFaceListAddFace Method (MeshFace) |
Rhino 5 for Windows
Appends a new mesh face to the end of the mesh face list.
Namespace: Rhino.Geometry.CollectionsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic int AddFace(
MeshFace face
)
Public Function AddFace (
face As MeshFace
) As Integer
Parameters
- face
- Type: Rhino.GeometryMeshFace
Face to add.
Return Value
Type:
Int32The index of the newly added face.
See Also