delete_objects_containing# Modeler3D.delete_objects_containing(contained_string, case_sensitive=True)[source]# Delete all objects with a given prefix. Parameters: contained_stringstrPrefix in the names of the objects to delete. case_sensitivebool, optionalWhether the prefix is case sensitive. The default is True. Returns: boolTrue when successful, False when failed. References >>> oEditor.Delete