UtilityEx.CreateTriangle (natureType, Int32, Int32, Int32, Int32, Int32, Int32) Method

Public Shared Function CreateTriangle( _ 
ByVal meshNature As natureType, _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByVal v3 As Integer, _ 
ByVal n1 As Integer, _ 
ByVal n2 As Integer, _ 
ByVal n3 As Integer
) As IndexTriangle
This language is not supported or no code example is available.
public static IndexTriangle CreateTriangle( 
natureType meshNature
int v1
int v2
int v3
int n1
int n2
int n3 
)
This language is not supported or no code example is available.

Parameters

meshNature
natureType

v1
int

v2
int

v3
int

n1
int

n2
int

n3
int

Return Value

IndexTriangle

.NET Framework

Supported in: 4.8

In this article

Definition