Tests whether a point lies inside a region.
Syntax
C++
C#
Python
def TestPointInRegion(
inPoint: Point2D,
inRegion: Region,
/
)
-> outIsContained: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoint |
Point2D |
|
|
 |
inRegion |
Region |
|
Input region |
 |
outIsContained |
bool |
|
|