MachineInteractionPair.isCheckedForCollisions Property

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

Description

Whether these MachineItems should be checked for collisions.

Syntax

"machineInteractionPair_var" is a variable referencing a MachineInteractionPair object.

# Get the value of the property.
propertyValue = machineInteractionPair_var.isCheckedForCollisions

# Set the value of the property.
machineInteractionPair_var.isCheckedForCollisions = propertyValue
"machineInteractionPair_var" is a variable referencing a MachineInteractionPair object.
#include <Cam/Machine/MachineInteractionPair.h>

// Get the value of the property.
boolean propertyValue = machineInteractionPair_var->isCheckedForCollisions();

// Set the value of the property, where value_var is a boolean.
bool returnValue = machineInteractionPair_var->isCheckedForCollisions(value_var);

Property Value

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

Version

Introduced in version September 2025