CAM.checkAllToolpaths Method

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

Description

Checks if all the operations (includes those nested in sub-folders or patterns) in the document are valid and up to date.

Syntax

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

#include <Cam/CAM/CAM.h>

returnValue = cAM_var->checkAllToolpaths();

Return Value

Type Description
boolean Returns true if the all operations are valid

Version

Introduced in version January 2016