get_model_from_mesh_results#

Hfss3dLayout.get_model_from_mesh_results(binary: str | None = True) str#

Get the path for the parasolid file in the result folder.

The parasolid file is generated after the mesh is created in 3D Layout.

Parameters:
binarystr, optional

Either if retrieve binary format of parasoli or not.

Returns:
str

Path for the parasolid file in the results folder.

Examples

>>> from ansys.aedt.core import Hfss3dLayout
>>> hfss3d = Hfss3dLayout()
>>> model_path = hfss3d.get_model_from_mesh_results()