AdditiveFEAOperationInput.toolPreset Property

Parent Object: AdditiveFEAOperationInput

Derived from: OperationInput.toolPreset


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

Description

Optionally specify the preset of the tool. If no preset is specified, the operation gets its default feed and speed. The Tool provides access to available presets. Use one of those presets to override the default. Setting the tool will overwrite a subset of tool parameters in the parameters property. An invalid preset will cause a failure during the creation of the operation.

Syntax

"additiveFEAOperationInput_var" is a variable referencing an AdditiveFEAOperationInput object.
# Get the value of the property.
propertyValue = additiveFEAOperationInput_var.toolPreset

# Set the value of the property.
additiveFEAOperationInput_var.toolPreset = propertyValue
"additiveFEAOperationInput_var" Is a variable referencing an AdditiveFEAOperationInput Object.
#include <Cam/AdditiveFEA/AdditiveFEAOperationInput.h>

// Get the value of the property.
Ptr<ToolPreset> propertyValue = additiveFEAOperationInput_var->toolPreset();

// Set the value of the property, where value_var is a ToolPreset.
bool returnValue = additiveFEAOperationInput_var->toolPreset(value_var);
"additiveFEAOperationInput_var" Is a variable referencing an AdditiveFEAOperationInput Object.
// Get the value of the property.
propertyValue = additiveFEAOperationInput_var.toolPreset;

// Set the value of the property.
additiveFEAOperationInput_var.toolPreset = propertyValue;

Property Value

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

Version

Introduced in version April 2026