Share

MachineAvoidSelectionBase.axialOffset Property

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

Description

Axial offset - sets the corresponding axial offset value based on the machine mode

Syntax

"machineAvoidSelectionBase_var" is a variable referencing a MachineAvoidSelectionBase object.

# Get the value of the property.
propertyValue = machineAvoidSelectionBase_var.axialOffset

# Set the value of the property.
machineAvoidSelectionBase_var.axialOffset = propertyValue

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?