MachineAxisConfiguration.maxRapidSpeed Property

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

Description

Specifies the maximum rapid speed for this axis. This would be called feedrate for a linear axis or rotary speed for a rotary axis. Units are cm/s for linear axes or rad/s for rotary axes.

Syntax

"machineAxisConfiguration_var" is a variable referencing a MachineAxisConfiguration object.

# Get the value of the property.
propertyValue = machineAxisConfiguration_var.maxRapidSpeed

# Set the value of the property.
machineAxisConfiguration_var.maxRapidSpeed = propertyValue
"machineAxisConfiguration_var" is a variable referencing a MachineAxisConfiguration object.
#include <Cam/Machine/MachineAxisConfiguration.h>

// Get the value of the property.
double propertyValue = machineAxisConfiguration_var->maxRapidSpeed();

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

Property Value

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

Version

Introduced in version April 2023