MultiAxisSingularitySettings.tolerance Property

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

Description

The tolerance value for converting simultaneous multi-axis movements to linear movements when the tool axis is near a singularity.

Syntax

"multiAxisSingularitySettings_var" is a variable referencing a MultiAxisSingularitySettings object.

# Get the value of the property.
propertyValue = multiAxisSingularitySettings_var.tolerance

# Set the value of the property.
multiAxisSingularitySettings_var.tolerance = propertyValue
"multiAxisSingularitySettings_var" is a variable referencing a MultiAxisSingularitySettings object.
#include <Cam/Machine/MultiAxisSingularitySettings.h>

// Get the value of the property.
double propertyValue = multiAxisSingularitySettings_var->tolerance();

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

Property Value

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

Version

Introduced in version September 2025