Utility.GetUniqueVertices (IList<PointNormalUv>) Method

Public Shared Function GetUniqueVertices( _ 
ByVal vertices As IList(Of PointNormalUv) _ 
) As List(Of PointNormalUv)
This language is not supported or no code example is available.
public static List<PointNormalUv> GetUniqueVertices( 
IList<PointNormalUv> vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<PointNormalUv>

Return Value

List<PointNormalUv>

.NET Framework

Supported in: 4.8

In this article

Definition