Share

MachineAvoidDefaultSelection.combinedOffset Property

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

Description

Combined offset - clearance and stock to leave based on the machine mode This only applies to strategies that use a single offset value (Advanced Swarf, Multi-Axis Clearing, Multi-Axis Finishing, Deburr and Geodesic)

Syntax

"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.

# Get the value of the property.
propertyValue = machineAvoidDefaultSelection_var.combinedOffset

# Set the value of the property.
machineAvoidDefaultSelection_var.combinedOffset = propertyValue

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?