Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / RemoveElements Method / RemoveElements(Plane,Interval,Interval,Double) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset

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

    Parameters

    plane
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset
    See Also