RotaryMachineAxis.physicalRange Property

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

Description

Range of possible values for this axis. Units are cm for linear axes or radians for rotary axes.

Syntax

"rotaryMachineAxis_var" is a variable referencing a RotaryMachineAxis object.

# Get the value of the property.
propertyValue = rotaryMachineAxis_var.physicalRange

# Set the value of the property.
rotaryMachineAxis_var.physicalRange = propertyValue
"rotaryMachineAxis_var" is a variable referencing a RotaryMachineAxis object.
#include <Cam/Machine/RotaryMachineAxis.h>

// Get the value of the property.
Ptr<MachineAxisRange> propertyValue = rotaryMachineAxis_var->physicalRange();

// Set the value of the property, where value_var is a MachineAxisRange.
bool returnValue = rotaryMachineAxis_var->physicalRange(value_var);

Property Value

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

Version

Introduced in version April 2023