Working with Containers
 
 
 

It is possible to have objects linked to containers or contents of containers without being part of the container content, but this is not recommended.

It is not possible to instance containers within a scene (that is to have multiple references to the same shared container), but they can be copied, and then changes to one of the copies can be saved, and all containers can be reloaded, and all copies will inherit the changes. Many containers can point to the same definition.

In addition to the content, containers also govern what users of a container are allowed to do with the content if they inherit the container. This is called the container rules. At the moment, the only options are either no access (the user can only read in the content but make no modification) or edit in-place, which allows someone inheriting the container to modify the content and save the result, overwriting the original definition.

Common Container Tasks

The following are some common tasks associated with containers: