CreateArcPath
Creates an open path containing cocircular, equidistant points.
Syntax
C++
Python
def CreateArcPath( inArc: Arc2D, inPointCount: int, outPath: Path, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inArc | Arc2D | |||
![]() |
inPointCount | int | 2 - ![]() |
Number of points in the resulting path | |
![]() |
outPath | Path | Output path |



