objects_by_layer# Modeler3DLayout.objects_by_layer(layer, object_filter=None, include_voids=False)[source]# Retrieve the list of objects that belongs to a specific layer. Parameters: layerstrName of the layer to filter. object_filterstr, list, optionalName of the category to include in search. Options are “poly”, “circle”, “rect”,`”line”,”arc”, `”via”,`”pin”` and “component”. include_voidsbool, optionalEither if include or not the voids in search. Returns: listObjects found.