identify_touching_conductors#
- Maxwell3d.identify_touching_conductors(assignment: str = None) dict#
Identify all touching components and group in a dictionary.
This method requires that the
pyvistapackage is installed.- Parameters:
- assignment
str,optional Starting object to check for touching elements. The default is
None.
- assignment
- Returns:
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.identify_touching_conductors()