Help
How to inspect the values that changed.
See how one edited value updates logic, drawing, and outputs.
When you change a value, the system recalculates everything in a fixed order.
This keeps the drawing, logic, and outputs consistent.
When a value changes, the system evaluates in this order:
Input → Variables → Logic → State → Geometry → Outputs
This evaluation flow ensures:
The system always produces a single resolved result.
Use the Control Power Panel to see this flow in action.
How to inspect the values that changed.
How runtime evaluation propagates updates.
A practical system where values reconfigure the result.