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



