Null
Does nothing. Can be used for graph layout.
Inputs
- 
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
 
 
Outputs
- 
geometry
- Output primitives.
 
 - 
points
- The list of points of the output primitives.
 
 - 
points.x
- The list of x values of the points of the output primitives.
 
 - 
points.y
- The list of y values of the points of the output primitives.
 
 - 
points.z
- The list of z values of the points of the output primitives.
 
 
Note(s)
- 
When geometry is input into this node, the exact same geometry will be output with no modifications.
 - 
There are two main uses for this node.
- 
The first is where we can utilize its ability to output nothing. This can be useful in such cases where a graph can be configured to hide certain geometry of a final output (see the relevant example below).
 - 
The second is where we can utilize its ability to output the exact same geometry that is input. The can be helpful in such cases to clean a graph's layout (see the relevant example below).
 
 - 
 - 
Other names for this node include: Nothing, Layout, and Routing.
 
Example(s)
- 
Isolate face holes & boundary (an example of the node being used for cleaner graph layout)