objects_from_nets#
- Q3d.objects_from_nets(assignment: str | list[str], materials: str | list | None = None) dict#
Find the objects that belong to one or more nets. You can filter by materials.
- Parameters:
- Returns:
dictDictionary of net name and objects that belongs to it.
Examples
>>> from ansys.aedt.core.q3d import Q3d >>> obj = Q3d() >>> obj.objects_from_nets(assignment="Net1", materials="copper")