Start » Filter Reference » Path » Polygon Relations » TestPointArrayInPolygon
Module: | FoundationBasic |
---|
Tests which points lie inside a polygon.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | Points which will be tested | |
inPolygon | Path | Polygon against which the points will be tested | |
outIsContainedArray | BoolArray | ||
outPoints | Point2DArray | Points that are contained | |
outAreAllContained | Bool |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty polygon on input in TestPointArrayInPolygon. |
DomainError | Open path on input in TestPointArrayInPolygon. |
Complexity Level
This filter is available on Basic Complexity Level.