Eyeshot 10 WinForms API Reference
Add Method (Solid3D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class : Add Method
The list of dijoint solid3Ds to add
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 dijoint solid3Ds to add

Return Value

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

Reference

Solid3D Class
Solid3D Members