is_dielectric#

Material.is_dielectric(threshold=100000)[source]#

Check if the material is dielectric.

Parameters:
thresholdfloat, optional

Threshold to define if a material is dielectric. The default is 100000. If the conductivity is equal to or greater than the threshold, the material is considered dielectric.

Returns:
bool

True when the material is dielectric, False otherwise.