Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetTrianglesPlane Method
The collection of triangles
The collection of vertices

In This Topic
    GetTrianglesPlane Method
    In This Topic
    Gets the first valid plane found from a collection of triangles.
    Syntax
    'Declaration
     
    Public Shared Function GetTrianglesPlane( _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal vertices As IList(Of Point3D) _
    ) As Plane
    public static Plane GetTrianglesPlane( 
       IList<IndexTriangle> triangles,
       IList<Point3D> vertices
    )

    Parameters

    triangles
    The collection of triangles
    vertices
    The collection of vertices

    Return Value

    The first valid plane found.
    See Also