MultiAxisCombinationDPMFeedrateSettings.outputTolerance Property

Parent Object: MultiAxisCombinationDPMFeedrateSettings

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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

Description

The tolerance for deciding whether to output a feedrate value or not. It helps to minimize the output of multi-axis feedrate numbers. If the feedrate value is within this tolerance of the previous feedrate value, then it is set to the previous value. Value is in deg/min.

Syntax

"multiAxisCombinationDPMFeedrateSettings_var" is a variable referencing a MultiAxisCombinationDPMFeedrateSettings object.

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

# Set the value of the property.
multiAxisCombinationDPMFeedrateSettings_var.outputTolerance = 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->outputTolerance();

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

Property Value

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

Version

Introduced in version September 2025