CADability dotNET

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

Syntax

C#
public static Shell Curtail(
	Path path,
	Shell shell
)
Visual Basic
Public Shared Function Curtail ( _
	path As Path, _
	shell As Shell _
) As Shell
Visual C++
public:
static Shell^ Curtail(
	Path^ path, 
	Shell^ shell
)

See Also