is_conductor#

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

Check if the material is a conductor.

Parameters:
thresholdfloat, optional

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

Returns:
bool

True when the material is a conductor, False otherwise.