get_all_dielectrics_names# Mechanical.get_all_dielectrics_names() → list[str]# Retrieve all dielectrics in the active design. Returns: list of strList of all dielectrics. References >>> oEditor.GetObjectsByMaterial Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_all_dielectrics_names()