Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / FromTriangles Method
A list of triangle vertices

In This Topic
    FromTriangles Method (Mesh)
    In This Topic
    Generates a smooth Mesh from a list of triangles.
    Syntax
    'Declaration
     
    Public Sub FromTriangles( _
       ByVal v() As Point3D _
    ) 
    public void FromTriangles( 
       Point3D[] v
    )

    Parameters

    v
    A list of triangle vertices
    See Also