MeltPoolColumnNames
#
- class ansys.additive.core.single_bead.MeltPoolColumnNames#
Provides column names for the melt pool data frame.
Overview#
Width of melt pool (m). |
|
Depth of melt pool (m). |
|
Length of melt pool (m). |
|
Width of melt pool at the surface of the base plate (m). |
|
Depth of melt pool measured from the surface of the base plate (m). |
Import detail#
from ansys.additive.core.single_bead import MeltPoolColumnNames
Attribute detail#
- MeltPoolColumnNames.WIDTH = 'width'#
Width of melt pool (m).
- MeltPoolColumnNames.DEPTH = 'depth'#
Depth of melt pool (m).
- MeltPoolColumnNames.LENGTH = 'length'#
Length of melt pool (m).
- MeltPoolColumnNames.REFERENCE_WIDTH = 'reference_width'#
Width of melt pool at the surface of the base plate (m).
- MeltPoolColumnNames.REFERENCE_DEPTH = 'reference_depth'#
Depth of melt pool measured from the surface of the base plate (m).