MultiAxisMachineElement.feedrateSettings Property

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

Description

The multi-axis feedrate settings for this machine. For changes to to this object to take effect, re-assign them to this property. Cannot be set to null.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2025