identify_touching_conductors#

Q2d.identify_touching_conductors(object_name: str | None = None) dict[source]#

Identify all touching components and group in a dictionary. This method requires that the pyvista package is installed.

Parameters:
object_namestr, optional

Starting object to check for touching elements. The default is None.

Returns:
dict