AdditiveFEAOperation.attributes Property

Parent Object: AdditiveFEAOperation

Derived from: OperationBase.attributes


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

Description

Returns the collection of attributes associated with this object.

Syntax

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

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

Property Value

This is a read only property whose value is an Attributes.

Version

Introduced in version April 2026