Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / MakeFace Method / MakeFace(Plane,IList<Int32>,IList<IList<Int32>>,IList<Point3D>) Method
The projection plane
The outer loop
The inner loops
The vertex list

In This Topic
    MakeFace(Plane,IList<Int32>,IList<IList<Int32>>,IList<Point3D>) Method
    In This Topic
    Triangulates the specific region.
    Syntax
    'Declaration
     
    Public Overloads Shared Function MakeFace( _
       ByVal pln As Plane, _
       ByVal outerLoop As IList(Of Integer), _
       ByVal innerLoops As IList(Of IList(Of Integer)), _
       ByVal vertexList As IList(Of Point3D) _
    ) As IndexTriangle()
    public static IndexTriangle[] MakeFace( 
       Plane pln,
       IList<int> outerLoop,
       IList<IList<int>> innerLoops,
       IList<Point3D> vertexList
    )

    Parameters

    pln
    The projection plane
    outerLoop
    The outer loop
    innerLoops
    The inner loops
    vertexList
    The vertex list

    Return Value

    The list of triangles needed to cover the region.
    See Also