MultiAxisRetractAndReconfigureSettings.stockExpansion Property

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

Description

Defines the stock expansion for computing retract moves in rewinds.

Syntax

"multiAxisRetractAndReconfigureSettings_var" is a variable referencing a MultiAxisRetractAndReconfigureSettings object.

# Get the value of the property.
propertyValue = multiAxisRetractAndReconfigureSettings_var.stockExpansion

# Set the value of the property.
multiAxisRetractAndReconfigureSettings_var.stockExpansion = propertyValue
"multiAxisRetractAndReconfigureSettings_var" is a variable referencing a MultiAxisRetractAndReconfigureSettings object.
#include <Cam/Machine/MultiAxisRetractAndReconfigureSettings.h>

// Get the value of the property.
Ptr<Vector3D> propertyValue = multiAxisRetractAndReconfigureSettings_var->stockExpansion();

// Set the value of the property, where value_var is a Vector3D.
bool returnValue = multiAxisRetractAndReconfigureSettings_var->stockExpansion(value_var);

Property Value

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

Version

Introduced in version September 2025