WRAPPER_API void SetIgnorePolygonAreaOfUse(bool ignore
= true);
Description
The SetIgnorePolygonAreaOfUse method specifies whether AreaOfUse objects will attempt to check containment using an associated Polygon if one exists, when InBounds is called. If we are ignoring Polygons, the InBounds check will be performed using a simple rectangle based on the Max and Min points. If GetIgnoreAreaOfUse is true, polygon bounds will never be checked.
Comments
0 comments
Please sign in to leave a comment.