AdditiveFEAOperation.error Property

Parent Object: AdditiveFEAOperation

Derived from: OperationBase.error


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

Description

Returns a message corresponding to any active error associated with the value of this parameter.

Syntax

"additiveFEAOperation_var" is a variable referencing an AdditiveFEAOperation object.
# Get the value of the property.
propertyValue = additiveFEAOperation_var.error
"additiveFEAOperation_var" Is a variable referencing an AdditiveFEAOperation Object.
#include <Cam/AdditiveFEA/AdditiveFEAOperation.h>

// Get the value of the property.
string propertyValue = additiveFEAOperation_var->error();
"additiveFEAOperation_var" Is a variable referencing an AdditiveFEAOperation Object.
// Get the value of the property.
propertyValue = additiveFEAOperation_var.error;

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2026