Start » Filter Reference » Path » Path Basics » CreateSegmentPath
Module: | FoundationLite |
---|
Creates an open path containing collinear, equidistant points.
Name | Type | Range | Description | |
---|---|---|---|---|
inBegin | Point2D | First point of the path | ||
inEnd | Point2D | Last point of the path | ||
inPointCount | Integer | 2 - | Number of points in the created path | |
outPath | Path | Output path |
Description
The operation produces an open path that consist of inPointCount equidistant points selected along the segment between inBegin and inEnd.
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CreateArcPath – Creates an open path containing cocircular, equidistant points.
- CreateCirclePath – Creates a closed path containing cocircular, equidistant points.