ToolingCapabilitiesMachineElement.isToolPreloadSupported Property

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

Description

If your machine has a staging function for the tool changer, set this to true. For machines without staging 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.isToolPreloadSupported

# Set the value of the property.
toolingCapabilitiesMachineElement_var.isToolPreloadSupported = 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->isToolPreloadSupported();

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

Property Value

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

Version

Introduced in version September 2025