MachineAvoidDefaultSelection.radialOffset Property

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

Description

Radial offset - sets the corresponding radial offset value based on the machine mode

Syntax

"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.

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

# Set the value of the property.
machineAvoidDefaultSelection_var.radialOffset = propertyValue
"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.
#include <Cam/MachineAvoidSelections/MachineAvoidDefaultSelection.h>

// Get the value of the property.
double propertyValue = machineAvoidDefaultSelection_var->radialOffset();

// Set the value of the property, where value_var is a double.
bool returnValue = machineAvoidDefaultSelection_var->radialOffset(value_var);

Property Value

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

Version

Introduced in version September 2024