Share

MachineAxisRange.min Property

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

Description

Minimum value of range. Type depends on where this range is being used. Centimeters are used for distances and radians for angles. Returns -infinity if this range is infinite.

Syntax

"machineAxisRange_var" is a variable referencing a MachineAxisRange object.

# Get the value of the property.
propertyValue = machineAxisRange_var.min

Property Value

This is a read only property whose value is a double.

Version

Introduced in version April 2023

Was this information helpful?