TurningTool.presets Property

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

Description

Gets the ToolPresets collection associated with this tool.

Syntax

"turningTool_var" is a variable referencing a TurningTool object.
# Get the value of the property.
propertyValue = turningTool_var.presets
"turningTool_var" Is a variable referencing a TurningTool Object.
#include <Cam/Tools/TurningTool.h>

// Get the value of the property.
Ptr<ToolPresets> propertyValue = turningTool_var->presets();
"turningTool_var" Is a variable referencing a TurningTool Object.
// Get the value of the property.
propertyValue = turningTool_var.presets;

Property Value

This is a read only property whose value is a ToolPresets.

Version

Introduced in version April 2026