export_3d_model#
- Hfss3dLayout.export_3d_model(output_file=None)[source]#
Export the Ecad model to a 3D file.
- Parameters:
- output_file
str
,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.
- output_file
- Returns:
str
File name if successful.