Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / RemoveElements Method / RemoveElements(Point3D,Point3D,Double) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset

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

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    See Also