QuadraticTriangle(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByVal v3 As Integer, _ 
ByVal v4 As Integer, _ 
ByVal v5 As Integer, _ 
ByVal v6 As Integer
)
This language is not supported or no code example is available.
public QuadraticTriangle( 
int v1
int v2
int v3
int v4
int v5
int v6 
)
This language is not supported or no code example is available.

Parameters

v1
int

Index of the first triangle vertex

v2
int

Index of the second triangle vertex

v3
int

Index of the third triangle vertex

v4
int

Index of the first mid-side vertex

v5
int

Index of the second mid-side vertex

v6
int

Index of the third mid-side vertex

.NET Framework

Supported in: 4.8

In this article

Definition