Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Add Method
The list of disjoint solid3Ds to add

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

    Parameters

    solids
    The list of disjoint solid3Ds to add

    Return Value

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