LocationToPoint2D
Converts a location to its center point.
Syntax
C++
Python
def LocationToPoint2D(
inLocation: Location,
/
)
-> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLocation | Location | ||
![]() |
outPoint | Point2D |


