export_to_q3d# Setup3DLayout.export_to_q3d(file_fullname, keep_net_name=False)[source]# Export the HFSS 3DLayout design to Q3D design. Parameters: file_fullnamestrFull path and file name for exporting the project. 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 Copy to clipboard