PostProcessInput.isOpenInEditor Property
Parent Object: PostProcessInputDefined in namespace "adsk::cam" and the header file is <Cam/CAM/PostProcessInput.h>
Description
Gets and sets the option if opening the CNC file with the editor after it is created. The default value for this property is true.
Syntax
"postProcessInput_var" is a variable referencing a PostProcessInput object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
Post Toolpaths API Sample | Demonstrates posting toolpaths in the active document. |