CAM.postProcess Method
Parent Object:
CAMDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>
Description
Post all of the toolpaths (including those nested in sub-folders or patterns) for the specified objects. 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.postProcess(operations, input)
|
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>
returnValue = cAM_var->postProcess(operations, input);
|
Return Value
boolean |
Returns true if successful |
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. |
input |
PostProcessInput |
The PostProcessInput object that defines the post options and parameters. |
Samples
Version
Introduced in version January 2016