Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh.FaceElement Class / Mesh.FaceElement Constructor
The triangles list

In This Topic
    Mesh.FaceElement Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal triangles As List(Of Integer) _
    )
    public Mesh.FaceElement( 
       List<int> triangles
    )

    Parameters

    triangles
    The triangles list
    See Also