Use this when you want to check whether a single point falls inside a polygon within a flow, for example testing if an access point is within a site boundary.
Inputs
Name | Abbreviation | Type | Access | Description |
Point | P | Vector | Item | The point to check |
Polygon | P | Cartesian | Item | The polygon to check against |
Outputs
Name | Abbreviation | Type | Access | Description |
Inside | I | Boolean | Item | Whether the point is inside the polygon |

