alias_api.import_file
- alias_api.import_file(path: str, keep_construction_options: bool = True) 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 current file will be kept, otherwise construction options will be set to the construction options from the imported file. Default is true.