Utility.GetConversionIndices (IList<PointNormalUv>, List<PointNormalUv>) Method

Public Shared Function GetConversionIndices( _ 
ByVal vertices As IList(Of PointNormalUv), _ 
ByVal uniqueVertices As List(Of PointNormalUv) _ 
) As Integer()
This language is not supported or no code example is available.
public static int[] GetConversionIndices( 
IList<PointNormalUv> vertices
List<PointNormalUv> uniqueVertices 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<PointNormalUv>

uniqueVertices
List<PointNormalUv>

Return Value

int[]

.NET Framework

Supported in: 4.8

In this article

Definition