Material

class pysics.basics.material.material.Material(**kwargs)

Base material. all other materials should subclass from this

Parameters
name: str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters, required

The name of the material

display_style: DisplayStyle, optional

A display style for visualisation of the material in plots

solid: ( bool, bool_, bool or int ), optional

Indicates if a material is solid, e.g. air is not solid and silicon is solid