AdditiveFEASTLMap.append Method

Parent Object: AdditiveFEASTLMap
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.

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

#include <Cam/AdditiveFEA/AdditiveFEASTLMap.h>

additiveFEASTLMap_var->append(configuration, prmId, materialId, volumeFraction);
"additiveFEASTLMap_var" is a variable referencing an AdditiveFEASTLMap object.

 = 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