Use this when you want to check a list of points against a polygon within a flow, for example filtering a grid of points to only those within a developable area.
Inputs
Name | Abbreviation | Type | Access | Description |
Points | P | Vector | List | The points to exclude from |
Boundary | B | Cartesian | List | The boundary to exclude from |
Outputs
Name | Abbreviation | Type | Access | Description |
Inside | I | Vector | List | The points that are outside the boundary |
Outside | O | Vector | List | The points that are inside the boundary |

