Skip to content

Relations

Region - Contains_Point

Checks if the region contains a point.

IN

Name Type Description
InRegion Region The input Region
InPoint Point2D Point to check.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutBool Bool True if the region contains the point, false otherwise.
Error ErrorState Gets the execution error message

Region - Contains_Points

Checks if the region contains an array of points.

IN

Name Type Description
InRegion Region The input Region
InPoints Point2DArray Array of points to check.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutBool Bool True if all the points are contained in the region, false otherwise.
Error ErrorState Gets the execution error message

Region - Contains_Region

Checks if the object contains the provided SubRegion.

IN

Name Type Description
InRegion Region The input Region
InSubRegion Region Region contained in the object.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutBool Bool True if the SubRegion is contained in the object, false otherwise.
Error ErrorState Gets the execution error message

Region - Intersects

Checks if the object intersects with the provided Region.

IN

Name Type Description
InRegion Region The input Region
InReferenceRegion Region Region to check.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutBool Bool True if at least one point is contained in both regions, false otherwise.
Error ErrorState Gets the execution error message