export_3d_model#

Hfss3dLayout.export_3d_model(output_file=None)[source]#

Export the Ecad model to a 3D file.

Parameters:
output_filestr, optional

Full name of the file to export. The default is None, in which case the file name is set to the design name and saved as a SAT file in the working directory. Extensions available are "sat", "sab", and "sm3" up to AEDT 2022 R2 and Parasolid format “x_t” from AEDT 2023R1.

Returns:
str

File name if successful.