get_objects_w_string# Modeler2D.get_objects_w_string(string_name, case_sensitive=True)[source]# Retrieve all objects with a given string in their names. Parameters: string_namestrString to search object names for. case_sensitivebool, optionalWhether the string is case-sensitive. The default is True. Returns: listList of object names with the given string.