Click or drag to resize

MeshFaceListSetFace Method (Int32, MeshFace)

Sets a face at a specific index of the mesh.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetFace(
	int index,
	MeshFace face
)

Parameters

index
Type: SystemInt32
A position in the list.
face
Type: Rhino.GeometryMeshFace
A face.

Return Value

Type: Boolean
true if the operation succeeded, otherwise false.
See Also