export_to_q3d#
- Setup3DLayout.export_to_q3d(output_file: str, keep_net_name: bool = False, unite: bool = True) bool#
Export the HFSS 3D Layout design to a Q3D design.
- Parameters:
- Returns:
References
>>> oModule.ExportToQ3d
Examples
>>> from ansys.aedt.core.modules.solve_setup import Setup3DLayout >>> obj = Setup3DLayout() >>> obj.export_to_q3d(output_file="example.txt")