MultiAxisMachineElement.createFeedrateSettings Method

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

Description

Creates a MultiAxisFeedrateSettings specialized object from the given input.

Syntax

"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.
returnValue = multiAxisMachineElement_var.createFeedrateSettings(input)
"multiAxisMachineElement_var" is a variable referencing a MultiAxisMachineElement object.

#include <Cam/Machine/MultiAxisMachineElement.h>

returnValue = multiAxisMachineElement_var->createFeedrateSettings(input);

Return Value

Type Description
MultiAxisFeedrateSettings The specialized MultiAxisFeedrateSettings object created from the input.

Parameters

Name Type Description
input MultiAxisFeedrateSettingsInput The input object containing the settings to create the MultiAxisFeedrateSettings object. Set this object on the feedrateSettings property to apply the changes.

Version

Introduced in version September 2025