MultiAxisCombinationDPMFeedrateSettings.outputTolerance Property

Parent Object: MultiAxisCombinationDPMFeedrateSettings
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