MachineAvoidDefaultSelection.machineOverHoles Property

Parent Object: MachineAvoidDefaultSelection

Derived from: MachineAvoidSelectionBase.machineOverHoles


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

Description

When true, the toolpath will machine over holes and pockets in the surfaces belonging to this group rather than treating them as features to follow. Only supported on groups whose underlying parameter table exposes this option. For groups that do not support it, the getter returns false and the setter throws.

Syntax

"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.
# Get the value of the property.
propertyValue = machineAvoidDefaultSelection_var.machineOverHoles

# Set the value of the property.
machineAvoidDefaultSelection_var.machineOverHoles = propertyValue
"machineAvoidDefaultSelection_var" Is a variable referencing a MachineAvoidDefaultSelection Object.
#include <Cam/MachineAvoidSelections/MachineAvoidDefaultSelection.h>

// Get the value of the property.
boolean propertyValue = machineAvoidDefaultSelection_var->machineOverHoles();

// Set the value of the property, where value_var is a boolean.
bool returnValue = machineAvoidDefaultSelection_var->machineOverHoles(value_var);
"machineAvoidDefaultSelection_var" Is a variable referencing a MachineAvoidDefaultSelection Object.
// Get the value of the property.
propertyValue = machineAvoidDefaultSelection_var.machineOverHoles;

// Set the value of the property.
machineAvoidDefaultSelection_var.machineOverHoles = propertyValue;

Property Value

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

Version

Introduced in version September 2026