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
)
Public Sub New (
nA As Integer,
nB As Integer,
nC As Integer
)
Parameters
- nA
- Type: SystemInt32
First corner index - nB
- Type: SystemInt32
Second corner index - nC
- Type: SystemInt32
Third corner index
See Also