Element.GetFace6 Method

Protected Function GetFace6( _ 
ByVal elIndex As Integer, _ 
ByVal index As Integer, _ 
ByVal vertices As Point3D(), _ 
ByVal ampFactor As Double, _ 
ByVal centroids As List(Of Point3D) _ 
) As IndexTriangle()
This language is not supported or no code example is available.
protected IndexTriangle[] GetFace6( 
int elIndex
int index
Point3D[] vertices
double ampFactor
List<Point3D> centroids 
)
This language is not supported or no code example is available.

Parameters

elIndex
int

index
int

vertices
Point3D[]

ampFactor
double

centroids
List<Point3D>

Return Value

IndexTriangle[]

.NET Framework

Supported in: 4.8

In this article

Definition