Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Path Basics » CreateCirclePath

CreateCirclePath


Module: FoundationLite

Creates a closed path containing cocircular, equidistant points.

Name Type Range Description
Input value inCircle Circle2D
Input value inPointCount Integer 2 - Number of points in the resulting path
Output value 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.