ControllerConfigurationMachineElement.tcpRapidInterpolationMode Property

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

Description

Specifies how the CNC machine axes behave during rapid moves when TCP (Tool Center Point) is active, as defined in the machine's controller. Independent Axes moves the axes independently at maximum speed, potentially resulting in different completion times for each axis. Synchronized Axes moves the axes together, completing the motion simultaneously, although the tool's tip may deviate from the direct line between the start and finish points. Tool Tip adjusts the linear axes to keep the tool's tip positioned along the direct line between the start and finish points.

Syntax

"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.

# Get the value of the property.
propertyValue = controllerConfigurationMachineElement_var.tcpRapidInterpolationMode

# Set the value of the property.
controllerConfigurationMachineElement_var.tcpRapidInterpolationMode = propertyValue
"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.
#include <Cam/Machine/ControllerConfigurationMachineElement.h>

// Get the value of the property.
MachineTCPInterpolationMode propertyValue = controllerConfigurationMachineElement_var->tcpRapidInterpolationMode();

// Set the value of the property, where value_var is a MachineTCPInterpolationMode.
bool returnValue = controllerConfigurationMachineElement_var->tcpRapidInterpolationMode(value_var);

Property Value

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

Version

Introduced in version September 2025