Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / RemoveElements Method / RemoveElements(Plane,Double,Double) Method
The Plane object
Distance of the plane to the elements
Search volume offset

In This Topic
    RemoveElements(Plane,Double,Double) Method
    In This Topic
    Removes selected elements.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveElements( _
       ByVal plane As Plane, _
       ByVal distance As Double, _
       ByVal inflateBy As Double _
    ) 
    public void RemoveElements( 
       Plane plane,
       double distance,
       double inflateBy
    )

    Parameters

    plane
    The Plane object
    distance
    Distance of the plane to the elements
    inflateBy
    Search volume offset
    See Also