Export the HFSS 3D Layout design to an HFSS 3D design.
This method is not supported with IronPython.
- Parameters:
- output_file
str
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