Skip to main content

Project Collections Tree Structure

The Project Collections Tree displays project-wide collections, templates, and settings organized in the left panel "Collections" tab. Items in this tree are shared across all data in the project. This page documents all collection types in the exact order they appear, as defined in ProjectCollectionsBar::PopulateCollectionTree().

Collections Structure Table

The following table lists all collections in the Project Collections Tree in the exact order they appear. Click the links to access property documentation for each collection type.

Collections ItemContext MenuPropertiesDescription
ViewpointDefaultPropertiesSaved camera positions and viewpoint groups
ScenesDefaultPropertiesAnimation scenes with lighting and camera paths
FaciesDefaultPropertiesSedimentary facies definitions with colours and codes
AssociationsDefaultFacies associations grouping related facies
GrainsizeDefaultPropertiesGrain size classifications and scales
Generic ClassesDefaultPropertiesCarbonate classification schemes (e.g., Dunham, Folk)
Base ContactsDefaultBase contact types (sharp, gradational, erosional, etc.)
LithologiesDefaultLithology definitions and classifications
Sed StructuresDefaultSedimentary structure types (cross-bedding, ripples, etc.)
Sed Fill StylesDefaultFill style patterns for log columns
PalaeoDefaultPalaeontology and fossil definitions
PicksDefaultStratigraphic pick names and definitions
CorrelationsDefaultStratigraphic correlation definitions
SetsDefaultStructural set definitions for orientation data
Camera CalibrationsDefaultPropertiesCamera calibration parameters for photogrammetry
IconsDefaultCustom SVG icons for use in project
Log TemplatesDefaultPropertiesLog column panel templates
Correlation PanelsDefaultStratigraphic correlation panel definitions
BackupsDefaultPropertiesProject backup archive organized by date
HTMLDefaultHTML scripts and web content for embedding
PYTHONDefaultPython scripts for automation and processing
Sky BoxesDefaultSkybox textures for background rendering
Colour MapsDefaultCustom colour ramp definitions
MPCDIDefaultPropertiesMulti-Projector Calibration Display Interface configs
TransformsDefaultNamed coordinate transformation matrices
RecycleDefaultRecycle bin for deleted project items

Collections Table Notes

  • All items are top-level collections in the Project Collections Tree
  • Context Menu - Most items use default context menus (right-click for add/delete/rename)
  • Properties - Properties shown when individual items within collections are selected
  • Shared Data - All items in this tree are project-wide resources shared across all spatial data
  • File Storage - HTML, PYTHON, and Recycle items are stored as files in the project directory

Collections Tree Hierarchy Visual

Project Collections Tree
├── Viewpoint
├── Scenes
├── Facies
├── Associations
├── Grainsize
├── Generic Classes
├── Base Contacts
├── Lithologies
├── Sed Structures
├── Sed Fill Styles
├── Palaeo
├── Picks
├── Correlations
├── Sets
├── Camera Calibrations
├── Icons
├── Log Templates
├── Correlation Panels
├── Backups
├── HTML
├── PYTHON
├── Sky Boxes
├── Colour Maps
├── MPCDI
├── Transforms
└── Recycle

Common Collection Uses

Interpretation Collections

  • Facies, Associations - Define sedimentary facies for log interpretation
  • Picks, Correlations - Name stratigraphic horizons and correlations
  • Sets - Group structural measurements by joint set, bedding, etc.

Display Collections

  • Viewpoint, Scenes - Save camera positions and animated sequences
  • Sky Boxes, Colour Maps - Customize rendering and visualisation
  • Icons - Custom symbols for maps and diagrams

Technical Collections

  • Camera Calibrations - Store camera parameters for photogrammetry
  • MPCDI, Transforms - Multi-projector setups and coordinate transformations
  • Log Templates, Correlation Panels - Reusable panel layouts

Automation & Storage

  • HTML, PYTHON - Scripts for automation and web integration
  • Backups - Dated project backups for version control
  • Recycle - Temporary storage for deleted items (recoverable)

Common Interactions

Single click item: Select collection item and display properties

Double-click item: Open editor or expand group

Right-click item: Display context menu with operations (add, delete, rename)

Right-click group: Display group operations menu


This documentation reflects the collections tree structure as defined in ProjectCollectionsBar::PopulateCollectionTree() for VRGS 2020 and later versions.