ArcEndpoints
Computes two endpoints of an arc.
Syntax
C++
Python
def ArcEndpoints(
inArc: Arc2D,
/
)
-> (
outPoint1: Point2D,
outPoint2: Point2D
)
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
outPoint1 | Point2D | First endpoint | |
![]() |
outPoint2 | Point2D | Second endpoint |


