CAM.clearAllToolpaths Method

Parent Object: CAM
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>

Description

Clears all the toolpaths in the document, including those nested in sub-folders or patterns.

Syntax

"cAM_var" is a variable referencing a CAM object.
returnValue = cAM_var.clearAllToolpaths()
"cAM_var" is a variable referencing a CAM object.

#include <Cam/CAM/CAM.h>

returnValue = cAM_var->clearAllToolpaths();

Return Value

Type Description
boolean Return true if successful.

Version

Introduced in version January 2016