Microstructure2DResult#

class ansys.additive.core.microstructure.Microstructure2DResult(msg: ansys.api.additive.v0.additive_domain_pb2.MicrostructureResult, output_data_path: str)#

Provides the results of a 2D microstructure simulation.

Overview#

xy_average_grain_size

Average grain size (µm) for the XY plane.

xz_average_grain_size

Average grain size (µm) for the XZ plane.

yz_average_grain_size

Average grain size (µm) for the YZ plane.

Import detail#

from ansys.additive.core.microstructure import Microstructure2DResult

Property detail#

property Microstructure2DResult.xy_average_grain_size: float#

Average grain size (µm) for the XY plane.

property Microstructure2DResult.xz_average_grain_size: float#

Average grain size (µm) for the XZ plane.

property Microstructure2DResult.yz_average_grain_size: float#

Average grain size (µm) for the YZ plane.

Method detail#

Microstructure2DResult.__repr__()#