Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetCleanedAndConvertedTriangles Method

In This Topic
    GetCleanedAndConvertedTriangles Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCleanedAndConvertedTriangles( _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal conversionIndices() As Integer _
    ) As List(Of IndexTriangle)
    public static List<IndexTriangle> GetCleanedAndConvertedTriangles( 
       IList<IndexTriangle> triangles,
       int[] conversionIndices
    )

    Parameters

    triangles
    conversionIndices
    See Also