TurningTool.parameters Property

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

Description

Gets the CAMParameters collection associated with this tool. This defines all of the settings that describe the details of the tool.

Syntax

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

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

Property Value

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

Version

Introduced in version April 2026