Click or drag to resize

GH_MeshFace Constructor (Int32, Int32, Int32)

Create a triangular mesh face from 3 corners indices.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_MeshFace(
	int nA,
	int nB,
	int nC
)

Parameters

nA
Type: SystemInt32
First corner index
nB
Type: SystemInt32
Second corner index
nC
Type: SystemInt32
Third corner index
See Also