MultiAxisCombinationDPMFeedrateSettings.maximumFeedrate Property

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

Description

The maximum feedrate value that can be output.

Syntax

"multiAxisCombinationDPMFeedrateSettings_var" is a variable referencing a MultiAxisCombinationDPMFeedrateSettings object.

# Get the value of the property.
propertyValue = multiAxisCombinationDPMFeedrateSettings_var.maximumFeedrate

# Set the value of the property.
multiAxisCombinationDPMFeedrateSettings_var.maximumFeedrate = propertyValue
"multiAxisCombinationDPMFeedrateSettings_var" is a variable referencing a MultiAxisCombinationDPMFeedrateSettings object.
#include <Cam/Machine/MultiAxisCombinationDPMFeedrateSettings.h>

// Get the value of the property.
double propertyValue = multiAxisCombinationDPMFeedrateSettings_var->maximumFeedrate();

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

Property Value

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

Version

Introduced in version September 2025