Share

SetupInput.stockMode Property

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

Description

StockMode for the setup.

Syntax

"setupInput_var" is a variable referencing a SetupInput object.

# Get the value of the property.
propertyValue = setupInput_var.stockMode

# Set the value of the property.
setupInput_var.stockMode = propertyValue

Property Value

This is a read/write property whose value is a SetupStockModes.

Version

Introduced in version April 2023

Was this information helpful?