AdditiveFEAOperation.logFileContents Property

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

Description

Contents of the human-readable log file generated by the solver. This property can be fetched during execution to monitor progress, or after execution is finished to confirm success or troubleshoot errors.

Syntax

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

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

Property Value

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

Version

Introduced in version April 2026