get_objects_w_string# Modeler3D.get_objects_w_string(string_name: str, case_sensitive: bool = True) → list# 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.