Container
Overview and Key Concepts
The Container class represents a 'composite' or 'assembly' of multiple objects. You can use it for example to organize your model into floors, or to treat multiple objects as a single object for model-building purposes.
Containers contain other objects. See Using Containers as a Model Management Tool for more information on how you can use containers.
States
The container does not implement any automatic state logic.
Properties
Below are the set of property names supported by containers.
Property | Type |
---|---|
EditInPlace | Boolean |
ConnectContents | Boolean |