Operation.tool Property
Parent Object: OperationDefined in namespace "adsk::cam" and the header file is <Cam/Operations/Operation.h>
Description
Get or set the tool for this operation. The document's tool library will be updated accordingly. The tool instance returned is a copy and therefore is not referenced by the operation. To change the tool of the operation, the new tool must be assigned to the operation. Setting a tool will override the current preset and will fall back to the default preset of the new tool.
Syntax
"operation_var" is a variable referencing an Operation object.
|