Skip to content

Collections

Curtis Holt edited this page Nov 22, 2020 · 5 revisions

Collections

[ needs improvement ]

create_collection(name)

delete_collection(name, delete_objects)

delete_objects_in_collection(col)

delete_hierarchy(col)

duplicate_collection(col)

get_objects_from_collection(col)

get_collection(ref)

Convenience functions:

  • get_col(ref)

get_active_collection()

set_active_collection()

get_all_collections()

get_list_of_collections()

link_object_to_collection(ref, col)

link_objects_to_collection(ref, col)

unlink_object_from_collection(ref, col)

unlink_objects_from_collection(ref, col)

move_object_to_collection(ref, col)

move_objects_to_collection(ref, col)

get_object_collection(ref)

get_object_collections(ref)

collection_exists(ref)