MeltPoolColumnNames#

class ansys.additive.core.single_bead.MeltPoolColumnNames#

Provides column names for the melt pool data frame.

Overview#

WIDTH

Width of melt pool (m).

DEPTH

Depth of melt pool (m).

LENGTH

Length of melt pool (m).

REFERENCE_WIDTH

Width of melt pool at the surface of the base plate (m).

REFERENCE_DEPTH

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).