csc.layers.Layers¶
- class csc.layers.Layers¶
Layers class
The root class describes the layers’ hierarchy of the scene. Each scene object can be placed on any layer to define its personal interpolation properties.
- Variables:
root_id – Get csc.Guid
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)folders(self)-> <FolderId, Folder>{}
layers(self)-> LayersContainer
userLabels(self)-> UserLabels
Attributes
- __annotations__ = {}¶
- __init__(*args, **kwargs)¶
- __module__ = 'csc.layers'¶
- folders(self: csc.layers.Layers) object¶
-> <FolderId, Folder>{}
- layers(self: csc.layers.Layers) object¶
-> LayersContainer
- property root_id¶
- userLabels(self: csc.layers.Layers) object¶
-> UserLabels