CADability dotNET
Unites the given solid with all other solids in the model. If there are no other solids or the solid is disjoint with all other solids this solid will simply bee added.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool UniteSolid(
	Solid solid,
	bool onlySameLayer
)
Visual Basic
Public Function UniteSolid ( _
	solid As Solid, _
	onlySameLayer As Boolean _
) As Boolean
Visual C++
public:
bool UniteSolid(
	Solid^ solid, 
	bool onlySameLayer
)

Parameters

solid
Type: CADability.GeoObject..::..Solid
the solid to unite
onlySameLayer
Type: System..::..Boolean
if true: check only with solids on the same layer

See Also