Start » Filter Reference » Path » Path Basics » CreateCirclePath
Module: | FoundationLite |
---|
Creates a closed path containing cocircular, equidistant points.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inCircle | Circle2D | ||
![]() |
inPointCount | Integer | 2 - ![]() |
Number of points in the resulting path |
![]() |
outPath | Path | Output path |
Description
The operation produces a closed path that consist of inPointCount equidistant points selected along the inCircle circumference.
Examples
Description of usage of this filter can be found in examples and tutorial: Meter, Counting Saw Teeth.
![]() |
![]() |
CreateCirclePath run using a sample circle with inPointCount = 12.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CreateSegmentPath – Creates an open path containing collinear, equidistant points.
- CreateArcPath – Creates an open path containing cocircular, equidistant points.