ToolBlock.parameters Property

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

Description

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

Syntax

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

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

Property Value

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

Version

Introduced in version April 2026