alias_api.import_file

alias_api.import_file(path: str, keep_construction_options: bool = False) None

Import a file into the current file.

Parameters
  • path (str) – The path to the file to import.

  • keep_construction_options (bool) – If set to true, the construction options from the imported file will overwrite the current construction options, otherwise construction options will not be changed. Default is false.