set_material_threshold#
- Rmxprt.set_material_threshold(conductivity: float = 100000, permeability: float = 100) bool#
Set material threshold.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core import Rmxprt >>> rmxprt = Rmxprt() >>> rmxprt.set_material_threshold(conductivity=120000, permeability=150)