CADability dotNET
Returns the remains of a shell when a solid is subtracted.

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

Syntax

C#
public static Shell[] Difference(
	Shell shl,
	Solid sld
)
Visual Basic
Public Shared Function Difference ( _
	shl As Shell, _
	sld As Solid _
) As Shell()
Visual C++
public:
static array<Shell^>^ Difference(
	Shell^ shl, 
	Solid^ sld
)

Parameters

shl
Type: CADability.GeoObject..::..Shell
Shell to be modified
sld
Type: CADability.GeoObject..::..Solid
Solid which is subtracted

Return Value

One ore more shells

See Also