Projects a point onto a circle.
Syntax
C++
C#
Python
def ProjectPointOnCircle(
inPoint: Point2D,
inCircle: Circle2D,
/
)
-> outProjectionPoint: Point2D
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoint |
Point2D |
|
|
 |
inCircle |
Circle2D |
|
|
 |
outProjectionPoint |
Point2D |
|
|