data_base#
Bases:
TUIMenuEnters the material database menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
database_type(service, version, mode, path)Sets the database type (fluent-database, granta-mds, or user-defined).
edit(service, version, mode, path)Edits material.
list_materials(service, version, mode, path)Lists all materials in the database.
list_properties(service, version, mode, path)Lists the properties of a material in the database.
new(service, version, mode, path)Defines new material.
save(service, version, mode, path)Saves user-defined database.
__init__ method of TUIMenu class.
Bases:
TUIMethodSets the database type (fluent-database, granta-mds, or user-defined).
Bases:
TUIMethodEdits material.
Bases:
TUIMethodLists all materials in the database.
Bases:
TUIMethodLists the properties of a material in the database.
Bases:
TUIMethodDefines new material.
Bases:
TUIMethodSaves user-defined database.