Base Container
Simply just a container of values. Much the same way as a dictionary. Why not use a dictionary instead? It's Python native and easier to parse.
Because some C4D commands and methods strictly requires BaseContainer
as an input and output such as settings for the SendModelingCommand
or GUI Dialog Messages
.
# Inspect the contents of an existing BaseContainer