is_available¶
- dnois.mt.is_available(name: str) bool ¶
Check if given material is available in material library.
- Parameters:
name (str) – Name of the material.
- Returns:
If the material is available.
- Return type:
bool
Check if given material is available in material library.
name (str) – Name of the material.
If the material is available.
bool