export_to_hfss#

Setup3DLayout.export_to_hfss(output_file, keep_net_name=False, unite=True)[source]#

Export the HFSS 3D Layout design to an HFSS 3D design.

This method is not supported with IronPython.

Parameters:
output_filestr

Full path and file name for exporting the project.

keep_net_namebool, optional

Keep net name in 3D export. The default is False.

unitebool, optional

Unite bodies which belong to the same net. The default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportToHfss