ArcMidpoint
Computes the midpoint of an arc.
Syntax
C++
Python
def ArcMidpoint(
inArc: Arc2D,
/
)
-> outMidpoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
outMidpoint | Point2D |
Computes the midpoint of an arc.
def ArcMidpoint(
inArc: Arc2D,
/
)
-> outMidpoint: Point2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
outMidpoint | Point2D |