MultiAxisMachineElement.retractAndReconfigureSettings Property

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

Description

The multi-axis retract and reconfigure settings for this machine. For changes to to this object to take effect, re-assign them to this property. To not use multi-axis retract and reconfigure, set this to null.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.

# Get the value of the property.
propertyValue = multiAxisMachineElement_var.retractAndReconfigureSettings

# Set the value of the property.
multiAxisMachineElement_var.retractAndReconfigureSettings = propertyValue
"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.
#include <Cam/Machine/MultiAxisMachineElement.h>

// Get the value of the property.
Ptr<MultiAxisRetractAndReconfigureSettings> propertyValue = multiAxisMachineElement_var->retractAndReconfigureSettings();

// Set the value of the property, where value_var is a MultiAxisRetractAndReconfigureSettings.
bool returnValue = multiAxisMachineElement_var->retractAndReconfigureSettings(value_var);

Property Value

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

Version

Introduced in version September 2025