AdditiveFEAOperation.hasWarning Property

Parent Object: AdditiveFEAOperation

Derived from: OperationBase.hasWarning


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

Description

Gets if problems were encountered when generating the operation.

Syntax

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

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

Property Value

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

Version

Introduced in version April 2026