export_to_json#

Setup3DLayout.export_to_json(file_path, overwrite=False)[source]#

Export all setup properties into a json file.

Parameters:
file_pathstr

File path of the json file.

overwritebool, optional

Whether to overwrite the file if it already exists.