export_to_hfss#

Setup3DLayout.export_to_hfss(file_fullname, keep_net_name=False)[source]#

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

This method is not supported with IronPython.

Parameters:
file_fullnamestr

Full path and file name for exporting the project.

keep_net_namebool

Keep net name in 3D export when True or by default when False. Default value is False.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportToHfss