Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Mesh Constructor / Mesh Constructor(IList<Point3D>,IList<IndexTriangle>)
The vertices list
The triangles list

In This Topic
    Mesh Constructor(IList<Point3D>,IList<IndexTriangle>)
    In This Topic
    Vertices and triangles constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vertices As IList(Of Point3D), _
       ByVal triangles As IList(Of IndexTriangle) _
    )

    Parameters

    vertices
    The vertices list
    triangles
    The triangles list
    See Also