set_material_threshold#

Rmxprt.set_material_threshold(conductivity=100000, permeability=100)[source]#

Set material threshold.

Parameters:
conductivityfloat, optional

Conductivity threshold. The default value is 100000.

permeabilityfloat, optional

Permeability threshold. The default value is 100.

Returns:
bool

True when successful, False when failed.