Back to FabImage Studio website

You are here: Start » Filter Reference » Path » Polygon Relations » TestPointArrayInPolygon

TestPointArrayInPolygon


Module: FoundationBasic

Tests which points lie inside a polygon.

Name Type Description
Input value
inPoints Point2DArray Points which will be tested
Input value
inPolygon Path Polygon against which the points will be tested
Output value
outIsContainedArray BoolArray
Output value
outPoints Point2DArray Points that are contained
Output value
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.