export_to_json# Setup3DLayout.export_to_json(file_path, overwrite=False)[source]# Export all setup properties into a json file. Parameters: file_pathstrFile path of the json file. overwritebool, optionalWhether to overwrite the file if it already exists.