Point2DToLocation
Converts a point to a location its contained within.
Syntax
C++
Python
def Point2DToLocation(
inPoint: Point2D,
/
)
-> outLocation: Location
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
outLocation | Location |


