Filter Neighbor¶
This node filters target neighbor cells.
Inputs:
- All - the main cells flow
- Target - cells for which you want to find neighbors
Outputs:
- Top - top neighbor cells
- Bottom - bottom neighbor cells
- Forward - forward neighbor cells
- Backward - backward neighbor cells
- Right - right neighbor cells
- Left - left neighbor cells
Examples¶
Input is a house that has been completed.
Let's filter the right side of the house.
Now we can slice this house like a pie by using the Filter Neighbor Cells node.
Or we can make something mad...
Another example: let's select some random cell:
Now we can add some cells around:
This node is pretty useful for situations when you want to filter some floor.
Let's filter the Basement floor by the Filter by Tag node.
Now we can filter the top floor by the Filter Neighbor Cells node.
Well, now, we can, for example, change the facade look.