GH_MeshFace Constructor (Int32, Int32, Int32, Int32) |
Create a quadrangular mesh face from 4 corners indices.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_MeshFace(
int nA,
int nB,
int nC,
int nD
)
Public Sub New (
nA As Integer,
nB As Integer,
nC As Integer,
nD As Integer
)
Parameters
- nA
- Type: SystemInt32
First corner index - nB
- Type: SystemInt32
Second corner index - nC
- Type: SystemInt32
Third corner index - nD
- Type: SystemInt32
Fourth corner index
See Also