AdditiveFEASTLMap.append Method

Parent Object: AdditiveFEASTLMap

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/AdditiveFEASTLMap.h>

Description

Append a row of *STLM data for a single geometry to the STL map.

Syntax

"additiveFEASTLMap_var" is a variable referencing an AdditiveFEASTLMap object.
returnValue = additiveFEASTLMap_var.append(configuration, prmId, materialId, volumeFraction)
"additiveFEASTLMap_var" is a variable referencing an AdditiveFEASTLMap object.

#include <Cam/AdditiveFEA/AdditiveFEASTLMap.h>

returnValue = additiveFEASTLMap_var->append(configuration, prmId, materialId, volumeFraction);

Parameters

Name Type Description
configuration AdditiveFEASTLConfiguration Specifies the geometry as either part, support, build plate, or ghost part. See the definition of the AdditiveFEASTLConfiguration enum.
prmId integer Maps a set of processing parameters from a PRM file to the geometry.
materialId integer Maps a set of material properties to the geometry.
volumeFraction double Set a volume fraction for the geometry in the range [0, 1].

Version

Introduced in version April 2026