export_to_q3d# Setup3DLayout.export_to_q3d(output_file, keep_net_name=False, unite=True)[source]# Export the HFSS 3D Layout design to a Q3D design. Parameters: output_filestrFull path and file name for exporting the project. keep_net_nameboolWhether to keep the net name in the 3D export, The default is False. unitebool, optionalUnite bodies which belong to the same net. The default is True. Returns: boolTrue when successful, False when failed. keep_net_nameboolKeep net name in 3D export when True or by default when False. Default value is False. References >>> oModule.ExportToQ3d