objects_from_nets#

Q3d.objects_from_nets(assignment, materials=None)[source]#

Find the objects that belong to one or more nets. You can filter by materials.

Parameters:
assignmentstr, list

One or more nets to search for. The search is case-insensitive.

materialsstr, list, optional

One or more materials for filtering the net objects. The default is None. The search is case insensitive.

Returns:
dict

Dictionary of net name and objects that belongs to it.