AveragePoint
Computes the middle point of two input points.
Syntax
C++
Python
def AveragePoint(
inPoint1: Point2D,
inPoint2: Point2D,
/
)
-> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint1 | Point2D | ||
![]() |
inPoint2 | Point2D | ||
![]() |
outPoint | Point2D |


