import_material_from_control_file#

Edb.import_material_from_control_file(control_file, schema_dir=None, append=True)[source]#

Import materials from the provided control file.

Parameters:
control_filestr

Control file name with full path.

schema_dirstr

Schema file path.

appendbool

True if the existing materials in Database are kept. False to remove existing materials in database.