Inputs
Name | Abbreviation | Type | Access | Description |
Value | V | Any | Item | The value to read |
How to
Connect Reader to the output of node you want to inspect.
To see a result, you also need to turn on “View Evaluated Flow for Selected features” in the top toolbar (The glasses icon).
View the Results
The reader writes the code for any features or the results of any functions resulting from the node(s) prior to the reader.
With the Inspector selected, you can:
use
ctrl + fto searchcollapse sections with the far left carats
Copy all or some text using
ctrl + c
You cannot edit results from the reader. This is a read-only node. It does not perform any functions on features or data.
Example Use Case
Use reader to capture “hard code” generative input transforms.
Place the dendrogram transform node. Connect it to the reader.
Copy all of the code from the Inspector. Delete the dendrogram transform node.
Place a panel node. Paste the copied code into the Panel
Connect the panel to the Transform input of the dendrogram node.
This hides the transform inputs from the Properties panel, meaning all parameters are controlled by the flow, rather than being parametric to the end user.



