CAM.postProcessAll Method

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

Description

Post all of the toolpaths (includes those nested in sub-folders or patterns) in the document. If post processing fails, an error message can be retrieved from the error log explaining the reason for the failure.

Syntax

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

#include <Cam/CAM/CAM.h>

returnValue = cAM_var->postProcessAll(input);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
input PostProcessInput The PostProcessInput object that defines the post options and parameters.

Samples

Name Description
Post Toolpaths API Sample Demonstrates posting toolpaths in the active document.

Version

Introduced in version January 2016