The DataModel Library Group#
The DataModel Library Group contains the classes that represent what exists in SAMSON: documents, data graph nodes, extension-facing objects such as apps and controllers, and utility types such as quantities, palettes, and colors.
This is one of the most important library groups for extension developers. Use it when you need to understand how your extension fits into the data graph, how it is stored in a document, or which base class your new node or application object should derive from.
Libraries in this group#
- SBDAppLibrary
- SBDAssetLibrary
- SBDAssistantLibrary
- SBDColorSchemeLibrary
- SBDControllerLibrary
- SBDDataGraphLibrary
- SBDDocumentLibrary
- SBDPaletteLibrary
- SBDQuantityLibrary
- SBDTypeLibrary
- SBDVisualizationLibrary