is_conductor# Material.is_conductor(threshold=100000)[source]# Check if the material is a conductor. Parameters: thresholdfloat, optionalThreshold 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: boolTrue when the material is a conductor, False otherwise.