TurningTool.attributes Property

Parent Object: TurningTool

Derived from: Tool.attributes


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

Description

Returns the collection of attributes associated with this tool. Attributes are arbitrary key-value pairs organized into groups that can be used to store custom metadata on a tool.

Syntax

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

// Get the value of the property.
Attributes propertyValue = turningTool_var->attributes();
"turningTool_var" Is a variable referencing a TurningTool Object.
// Get the value of the property.
propertyValue = turningTool_var.attributes;

Property Value

This is a read only property whose value is an Attributes.

Version

Introduced in version July 2026