Setup.allOperations Property
Parent Object: SetupDefined in namespace "adsk::cam" and the header file is <Cam/CAM/Setup.h>
Description
Returns an ObjectCollection containing all of the operations in this setup. This includes all operations nested in folders and patterns.
Syntax
"setup_var" is a variable referencing a Setup object.
|
Property Value
This is a read only property whose value is an ObjectCollection.Samples
Name | Description |
Generate Setup Sheets API Sample | Demonstrates generating the setup sheets for an existing toolpath.. |
Post Toolpaths API Sample | Demonstrates posting toolpaths in the active document. |