get_layup_from_excel_file
Model.get_layup_from_excel_file(path, objects=None, mode='update_entities')
Load layup from Excel File.
- Parameters:
- path: Path to file to load.
- objects: Objects to be loaded and overwritten.
- mode: Available options:
update_properties_only: Definitions are updated with properties given.update_entities: Definitions are updated, additional plies are generated and deleted.recreate: Existing layup is deleted generated from scratch.