MultiAxisSingularitySettings.angle Property

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

Description

The minimum angular delta movement for the rotary axes before the singularity is adjusted. When fluctuations of the rotary axes are insignificant, this limit prevents adjustment of the tool axis vector. Typically set to 10 degrees or more. Value is in radians.

Syntax

"multiAxisSingularitySettings_var" is a variable referencing a MultiAxisSingularitySettings object.

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

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

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

Property Value

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

Version

Introduced in version September 2025