Share

LinearMachineAxisConfiguration.isReversed Property

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

Description

Does the axis move in the opposite direction to usual. For rotary axes this would mean it uses the left hand rule, and for linear axes is moves in the opposite direction.

Syntax

"linearMachineAxisConfiguration_var" is a variable referencing a LinearMachineAxisConfiguration object.

# Get the value of the property.
propertyValue = linearMachineAxisConfiguration_var.isReversed

# Set the value of the property.
linearMachineAxisConfiguration_var.isReversed = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?