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, listOne or more nets to search for. The search is case-insensitive. materialsstr, list, optionalOne or more materials for filtering the net objects. The default is None. The search is case insensitive. Returns: dictDictionary of net name and objects that belongs to it.