Utility.CleanQuads Method

Cleans a quad list from duplicated vertices.
Public Shared Sub CleanQuads( _ 
ByVal quads As IList(Of Integer[]), _ 
ByVal vertices As IList(Of PointNormalUv), _ 
ByRef uniqueVertices As List(Of PointNormalUv) _ 
)
This language is not supported or no code example is available.
public static void CleanQuads( 
IList<int[]> quads
IList<PointNormalUv> vertices
out List<PointNormalUv> uniqueVertices 
)
This language is not supported or no code example is available.

Parameters

quads
IList<int[]>

The quad list

vertices
IList<PointNormalUv>

The vertices list

uniqueVertices
List<PointNormalUv>

The vertices list without duplicates

.NET Framework

Supported in: 4.8

In this article

Definition