CADability dotNET

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

Syntax

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

See Also