touching_conductors#

Object3d.touching_conductors() list#

Get the conductors of given object.

See ansys.aedt.core.application.analysis_3d.FieldAnalysis3D.identify_touching_conductors().

Returns:
list

Name of all touching conductors.

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.touching_conductors()