Get the density associated with the material.
The density.
float
Example
datum = Datum(Density=1.0) material = Material(datum) print(material.get_density()) # Output: 1.0
Material.get_density()