MultiAxisSingularitySettings.cone Property

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

Description

The angular distance range between the tool axis vector and the singularity point before the singularity is adjusted. Typically, the angular distance is less than 5 degrees. The further the tool axis is from the singularity, the less visible the fluctuations in the rotary axes are. Value is in radians.

Syntax

"multiAxisSingularitySettings_var" is a variable referencing a MultiAxisSingularitySettings object.

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

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

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

Property Value

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

Version

Introduced in version September 2025