materials#
Bases:
TUIMenu
Enter the materials menu.
Methods:
change_create
(*args, **kwargs)Change the properties of a locally-stored material or create a new material.
copy
(*args, **kwargs)Copy a material from the database.
copy_by_formula
(*args, **kwargs)Copy a material from the database by formula.
delete
(*args, **kwargs)Delete a material from local storage.
list_materials
(*args, **kwargs)List all locally-stored materials.
list_properties
(*args, **kwargs)List the properties of a locally-stored material.
Classes:
data_base
(path, service)Enter the database menu.
Change the properties of a locally-stored material or create a new material.
Copy a material from the database.
Copy a material from the database by formula.
Bases:
TUIMenu
Enter the database menu.
Methods:
database_type
(*args, **kwargs)Set the database type.
edit
(*args, **kwargs)Edit a material.
list_materials
(*args, **kwargs)List all materials in the database.
list_properties
(*args, **kwargs)List the properties of a material in the database.
new
(*args, **kwargs)Define a new material.
save
(*args, **kwargs)Save user-defined database.
Set the database type.
Edit a material.
List all materials in the database.
List the properties of a material in the database.
Define a new material.
Save user-defined database.
Delete a material from local storage.
List all locally-stored materials.
List the properties of a locally-stored material.