MachineAxisInput.resolutionStepSize Property

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

Description

Specifies the discrete step size used for axis movement. The step size should be greater than zero. Returns NaN if no step size is set or the axis move is configured for continuous rotation.

Syntax

"machineAxisInput_var" is a variable referencing a MachineAxisInput object.

# Get the value of the property.
propertyValue = machineAxisInput_var.resolutionStepSize

# Set the value of the property.
machineAxisInput_var.resolutionStepSize = propertyValue
"machineAxisInput_var" Is a variable referencing a MachineAxisInput Object.
#include <Cam/Machine/MachineAxisInput.h>

// Get the value of the property.
double propertyValue = machineAxisInput_var->resolutionStepSize();

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

Property Value

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

Version

Introduced in version April 2026