Share

PostProcessInput.isOpenInEditor Property

Parent Object: PostProcessInput
Defined 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.

# Get the value of the property.
propertyValue = postProcessInput_var.isOpenInEditor

# Set the value of the property.
postProcessInput_var.isOpenInEditor = propertyValue

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.

Version

Introduced in version January 2016

Was this information helpful?