CAM.checkToolpath Method
Parent Object:
CAMDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>
Description
Checks if the operations (including those nested in sub-folders or patterns) are valid and up to date.
Syntax
"cAM_var" is a variable referencing a CAM object.returnValue = cAM_var.checkToolpath(operations)
|
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>
returnValue = cAM_var->checkToolpath(operations);
|
Return Value
boolean |
Returns true if the operations are valid |
Parameters
operations |
Base |
An Operation, Setup, Folder, or Pattern object. You can also use an ObjectCollection to specify multiple objects of any of the supported types. |
Version
Introduced in version January 2016