Utility.GetCleanedAndConvertedTriangles Method

Public Shared Function GetCleanedAndConvertedTriangles( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal conversionIndices As Integer() _ 
) As List(Of IndexTriangle)
This language is not supported or no code example is available.
public static List<IndexTriangle> GetCleanedAndConvertedTriangles( 
IList<IndexTriangle> triangles
int[] conversionIndices 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

conversionIndices
int[]

Return Value

List<IndexTriangle>

.NET Framework

Supported in: 4.8

In this article

Definition