MeshFace.Set Method (Int32, Int32, Int32, Int32)

MeshFaceSet Method (Int32, Int32, Int32, Int32)

Sets all the corners for this face as a quad.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Set(
	int a,
	int b,
	int c,
	int d
)
Public Sub Set ( 
	a As Integer,
	b As Integer,
	c As Integer,
	d As Integer
)

Parameters

a
Type: SystemInt32
Index of first corner.
b
Type: SystemInt32
Index of second corner.
c
Type: SystemInt32
Index of third corner.
d
Type: SystemInt32
Index of fourth corner.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also