Start » Filter Reference » Path » Path Basics » CreateArcPath
Module: | FoundationLite |
---|
Creates an open path containing cocircular, equidistant points.
Name | Type | Range | Description | |
---|---|---|---|---|
inArc | Arc2D | |||
inPointCount | Integer | 2 - | Number of points in the resulting path | |
outPath | Path | Output path |
Description
The operation produces an open path that consists of inPointCount equidistant points selected along the inArc arc.
Examples
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.