Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / RemoveElements Method / RemoveElements(Tuple<Int32,Int32>[]) Method
Face indices

In This Topic
    RemoveElements(Tuple<Int32,Int32>[]) Method
    In This Topic
    Removes selected elements.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveElements( _
       ByVal faces() As Tuple(Of Integer,Integer) _
    ) 
    public void RemoveElements( 
       Tuple<int,int>[] faces
    )

    Parameters

    faces
    Face indices
    See Also