MachineAxisRange.isInfinite Property

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

Description

Is the range infinite.

Syntax

"machineAxisRange_var" is a variable referencing a MachineAxisRange object.

# Get the value of the property.
propertyValue = machineAxisRange_var.isInfinite
"machineAxisRange_var" is a variable referencing a MachineAxisRange object.
#include <Cam/Machine/MachineAxisRange.h>

// Get the value of the property.
boolean propertyValue = machineAxisRange_var->isInfinite();

Property Value

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

Version

Introduced in version April 2023