MachineAvoidSelectionBase.radialOffset Property
Parent Object:
MachineAvoidSelectionBaseDefined in namespace "adsk::cam" and the header file is <Cam/MachineAvoidSelections/MachineAvoidSelectionBase.h>
Description
Radial offset - sets the corresponding radial 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.radialOffset
# Set the value of the property. machineAvoidSelectionBase_var.radialOffset = propertyValue
|
"machineAvoidSelectionBase_var" is a variable referencing a MachineAvoidSelectionBase object.
#include <Cam/MachineAvoidSelections/MachineAvoidSelectionBase.h>
// Get the value of the property. double propertyValue = machineAvoidSelectionBase_var->radialOffset();
// Set the value of the property, where value_var is a double. bool returnValue = machineAvoidSelectionBase_var->radialOffset(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version September 2024