MeshFaceList.SetFace Method (Int32, Int32, Int32, Int32, Int32)

MeshFaceListSetFace Method (Int32, Int32, Int32, Int32, Int32)

Sets a quadrangular face at a specific index of the mesh.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetFace(
	int index,
	int vertex1,
	int vertex2,
	int vertex3,
	int vertex4
)
Public Function SetFace ( 
	index As Integer,
	vertex1 As Integer,
	vertex2 As Integer,
	vertex3 As Integer,
	vertex4 As Integer
) As Boolean

Parameters

index
Type: SystemInt32
A position in the list.
vertex1
Type: SystemInt32
The first vertex index.
vertex2
Type: SystemInt32
The second vertex index.
vertex3
Type: SystemInt32
The third vertex index.
vertex4
Type: SystemInt32
The fourth vertex index.

Return Value

Type: Boolean
true if the operation succeeded, otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also