AdditiveFEAOperationInput.toolPreset Property

Parent Object: AdditiveFEAOperationInput

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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);

Property Value

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

Version

Introduced in version April 2026