RotaryMachineAxisInput.toolChangePosition Property

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

Description

Specifies the value that this axis returns to, prior to a tool change. Units are cm for linear axes or radians for rotary axes.

Syntax

"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.

# Get the value of the property.
propertyValue = rotaryMachineAxisInput_var.toolChangePosition

# Set the value of the property.
rotaryMachineAxisInput_var.toolChangePosition = propertyValue
"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.
#include <Cam/Machine/RotaryMachineAxisInput.h>

// Get the value of the property.
double propertyValue = rotaryMachineAxisInput_var->toolChangePosition();

// Set the value of the property, where value_var is a double.
bool returnValue = rotaryMachineAxisInput_var->toolChangePosition(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version July 2025