MachineAxis.hasLimits Property

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

Description

Does this axis have a limited range of motion.

Syntax

"machineAxis_var" is a variable referencing a MachineAxis object.

# Get the value of the property.
propertyValue = machineAxis_var.hasLimits
"machineAxis_var" is a variable referencing a MachineAxis object.
#include <Cam/Machine/MachineAxis.h>

// Get the value of the property.
boolean propertyValue = machineAxis_var->hasLimits();

Property Value

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

Version

Introduced in version April 2023