Node Library & Properties
To build logic in the Node Studio, you need to understand the two primary panels that flank your canvas: the Node Library on the left, and the Properties Panel on the right.
These panels allow you to search for the specific operations you need and configure them to perfectly match your architectural data structure.
The Node Library
Section titled “The Node Library”The left sidebar acts as your master inventory of nodes. Vellum categorizes nodes into logical groups to help you find what you need quickly:
- Data Extraction: Nodes to read parameters, categories, or geometry directly from Revit elements.
- Math & Logic: Standard arithmetic and conditional nodes for complex calculations.
- Bundled Actions (Style): High-level nodes that perform complex formatting (like painting cells) in a single action.
Adding & Moving Nodes
Section titled “Adding & Moving Nodes”- To Add: Click and hold any node in the library, drag it into the central canvas area, and release it.
- To Move: Click and drag any node currently on the canvas to organize your logic graph.
The Canvas Toolbars
Section titled “The Canvas Toolbars”When you hover over a node on the canvas, a Dark Action Bar will appear above it. This allows you to quickly:
- Duplicate: Clone the node and its current property settings.
- Freeze: Temporarily disable the node (useful for debugging complex graphs).
- Run to Here: Execute the graph up to this specific node.
- Delete: Remove the node from the canvas.
The Properties Panel
Section titled “The Properties Panel”Not all nodes are perfectly configured out of the box. The Properties Panel (located on the right sidebar) is a context-aware window that changes based on the node you currently have selected.
Here, you can rename nodes, set hardcoded default values, or pick specific Revit parameters from dropdown lists.
Interactive Demo
Section titled “Interactive Demo”Try it out yourself!
- Switch between the Content and Style tabs to see the full Vellum node inventory.
- Drag and drop nodes from the library onto the canvas.
- Press and drag nodes on the canvas to arrange them.
- Hover over a node to see the Dark Action Bar, and click a node to configure it in the Properties Panel.
Logic Nodes
Next Steps
Section titled “Next Steps”Now that you know how to place and configure nodes, let’s learn how to wire them together to build functioning logic. Head over to the Main Canvas documentation.