M_Rhino_Geometry_Collections_MeshFaceList_SetFace - mcneel/rhinocommon-api-docs GitHub Wiki
Sets a face at a specific index of the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetFace(
int index,
MeshFace face
)
VB
Public Function SetFace (
index As Integer,
face As MeshFace
) As Boolean
- index
- Type: System.Int32
A position in the list. - face
- Type: Rhino.Geometry.MeshFace
A face.
Type: Boolean
true if the operation succeeded, otherwise false.
Supported in: 6.0.16224.21491, 5D58w
MeshFaceList Class
SetFace Overload
Rhino.Geometry.Collections Namespace