ToolingCapabilitiesMachineElement.isToolChangerAutomatic Property

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

Description

If your machine has an automatic tool changer, set this to true. For machines with manual tool change capabilities, set this to false.

Syntax

"toolingCapabilitiesMachineElement_var" is a variable referencing a ToolingCapabilitiesMachineElement object.

# Get the value of the property.
propertyValue = toolingCapabilitiesMachineElement_var.isToolChangerAutomatic

# Set the value of the property.
toolingCapabilitiesMachineElement_var.isToolChangerAutomatic = propertyValue
"toolingCapabilitiesMachineElement_var" is a variable referencing a ToolingCapabilitiesMachineElement object.
#include <Cam/Machine/ToolingCapabilitiesMachineElement.h>

// Get the value of the property.
boolean propertyValue = toolingCapabilitiesMachineElement_var->isToolChangerAutomatic();

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

Property Value

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

Version

Introduced in version September 2025