Back to Aurora Vision Studio website

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

CreateArcPath


Module: FoundationLite

Creates an open path containing cocircular, equidistant points.

Name Type Range Description
Input value inArc Arc2D
Input value inPointCount Integer 2 - Number of points in the resulting path
Output value outPath Path Output path

Description

The operation produces an open path that consists of inPointCount equidistant points selected along the inArc arc.

Examples

CreateArcPath run using a sample arc with inPointCount = 10.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • CreateSegmentPath – Creates an open path containing collinear, equidistant points.
  • CreateCirclePath – Creates a closed path containing cocircular, equidistant points.