CAM.generateAllToolpaths Method

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

Description

Generates or regenerates all the operations in the document, including those nested in sub-folders or patterns.

Syntax

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

#include <Cam/CAM/CAM.h>

returnValue = cAM_var->generateAllToolpaths(skipValid);

Return Value

Type Description
GenerateToolpathFuture Return GenerateToolpathFuture that includes the status of operation generation.

Parameters

Name Type Description
skipValid boolean Option to skip valid operations and only regenerate invalid operations.

Samples

Name Description
CAM Parameter Modification API Sample Demonstrates changing parameters of existing toolpaths.
Generate Toolpaths API Sample Demonstrates generating the toolpaths in the active document.
New CAM Operation API Sample Demonstrates adding a new toolpath into the document using an existing CAM template. You can get a sample template here. To use the sample, create a new design and add a block. Switch to the MANUFACTURE workspace and create a setup. Run the script and it will create a new facing operation in the setup.

Version

Introduced in version January 2016