MultiAxisMachineElement.isUsingCompensateToolLength Property

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

Description

Specifies whether tool gauge length should be added to the pivot distance for non-TCP rotary heads.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.
# Get the value of the property.
propertyValue = multiAxisMachineElement_var.isUsingCompensateToolLength

# Set the value of the property.
multiAxisMachineElement_var.isUsingCompensateToolLength = propertyValue
"multiAxisMachineElement_var" Is a variable referencing a MultiAxisMachineElement Object.
#include <Cam/Machine/MultiAxisMachineElement.h>

// Get the value of the property.
boolean propertyValue = multiAxisMachineElement_var->isUsingCompensateToolLength();

// Set the value of the property, where value_var is a boolean.
bool returnValue = multiAxisMachineElement_var->isUsingCompensateToolLength(value_var);
"multiAxisMachineElement_var" Is a variable referencing a MultiAxisMachineElement Object.
// Get the value of the property.
propertyValue = multiAxisMachineElement_var.isUsingCompensateToolLength;

// Set the value of the property.
multiAxisMachineElement_var.isUsingCompensateToolLength = propertyValue;

Property Value

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

Version

Introduced in version July 2026