SingleBeadSummary#

class ansys.additive.core.single_bead.SingleBeadSummary(input: SingleBeadInput, msg: ansys.api.additive.v0.additive_domain_pb2.MeltPool, thermal_history_output: str | None = None)#

Provides a summary of a single bead simulation.

Overview#

input

Simulation input.

melt_pool

Resulting melt pool.

Import detail#

from ansys.additive.core.single_bead import SingleBeadSummary

Property detail#

property SingleBeadSummary.input: SingleBeadInput#

Simulation input.

property SingleBeadSummary.melt_pool: MeltPool#

Resulting melt pool.

Attribute detail#

SingleBeadSummary.THERMAL_HISTORY_OUTPUT_ZIP = 'gridfullthermal.zip'#

Method detail#

SingleBeadSummary.__repr__()#