Back to FabImage Studio website

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

CreateSegmentPath


Module: FoundationLite

Creates an open path containing collinear, equidistant points.

Name Type Range Description
Input value
inBegin Point2D First point of the path
Input value
inEnd Point2D Last point of the path
Input value
inPointCount Integer 2 - Number of points in the created path
Output value
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

CreateSegmentPath run with inPointCount = 5.

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.