MeshFaceListSetFace Method (Int32, MeshFace) |
Rhino 5 for Windows
Sets a face at a specific index of the mesh.
Namespace: Rhino.Geometry.CollectionsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic bool SetFace(
int index,
MeshFace face
)
Public Function SetFace (
index As Integer,
face As MeshFace
) As Boolean
Parameters
- index
- Type: SystemInt32
A position in the list. - face
- Type: Rhino.GeometryMeshFace
A face.
Return Value
Type:
Booleantrue if the operation succeeded, otherwise false.
See Also