Share

MachineAxisInput.physicalRange Property

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

Description

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

Syntax

"machineAxisInput_var" is a variable referencing a MachineAxisInput object.

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

# Set the value of the property.
machineAxisInput_var.physicalRange = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?