MultiAxisRetractAndReconfigureSettings.safePlungeFeedrate Property

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

Description

The safe plunge feedrate for plunge moves. A plunge rate is the speed at which the tool is driven down into the material when starting a cut. It varies depending on the tool and material. Plunging too fast may damage the tip of the cutter. (cm/min)

Syntax

"multiAxisRetractAndReconfigureSettings_var" is a variable referencing a MultiAxisRetractAndReconfigureSettings object.

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

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

// Get the value of the property.
double propertyValue = multiAxisRetractAndReconfigureSettings_var->safePlungeFeedrate();

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

Property Value

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

Version

Introduced in version September 2025