Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Remove Method / Remove(Solid3D[]) Method
The list of disjoint solid3Ds to remove

In This Topic
    Remove(Solid3D[]) Method
    In This Topic
    Removes a list of non-intersecting solids from the original Solid3D object.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal ParamArray solids() As Solid3D _
    ) As Boolean
    public bool Remove( 
       params Solid3D[] solids
    )

    Parameters

    solids
    The list of disjoint solid3Ds to remove

    Return Value

    True if the operation succeeded, false otherwise keeping the Solid3D object unmutated.
    See Also