M_Rhino_Geometry_MeshFace_Set_1 - mcneel/rhinocommon-api-docs GitHub Wiki

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

Sets all the corners for this face as a quad.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Set(
	int a,
	int b,
	int c,
	int d
)

VB

Public Sub Set ( 
	a As Integer,
	b As Integer,
	c As Integer,
	d As Integer
)

Parameters

 

a
Type: System.Int32
Index of first corner.
b
Type: System.Int32
Index of second corner.
c
Type: System.Int32
Index of third corner.
d
Type: System.Int32
Index of fourth corner.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFace Structure
Set Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️