materials_compendium.utils.Material.get_all

Material.get_all()[source]

Get all available material information in a formatted string.

Returns:

A formatted string containing all available material information.

Return type:

str

Example

print(material.get_all()) # Output: “Material Name: Sample Material # Acronym: … # Formula: H2O # Density: 1.0 # Material Atom Density: … # Elements: … # Mat Num: … # Material Weight: … # Comments: # … # Source: … # Verification Notes: … # References: … # Contact: # Name: … # Phone: … # Email: …”