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

In This Topic
    Solid3D.TessellationMesh Constructor(IList<Point3D>,IList<IndexTriangle>)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vertices As IList(Of Point3D), _
       ByVal triangles As IList(Of IndexTriangle) _
    )
    public Solid3D.TessellationMesh( 
       IList<Point3D> vertices,
       IList<IndexTriangle> triangles
    )

    Parameters

    vertices
    The vertices list
    triangles
    The triangles list
    See Also