Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Basics

Path Basics

Select a function from the list below.

Icon Name Description Library
AppendPointToPath Appends a point to a path. Lite
ClosePath Adds the segment connecting last point to the first one to a path. Lite
CreateArcPath Creates an open path containing cocircular, equidistant points. Lite
CreateCirclePath Creates a closed path containing cocircular, equidistant points. Lite
CreateEllipsePath Creates a closed path containing elliptical, equidistant points. Lite
CreateRectanglePath Creates a closed path containing four vertices of rectangle. Lite
CreateSegmentPath Creates an open path containing collinear, equidistant points. Lite
GetPathCharacteristicPoint Returns the selected characteristic point of a path. Lite
GetPathCharacteristicPoint_Interpolated Returns linear interpolation between two consecutive characteristic points of a path. Lite
GetPathSegment Returns the selected segment of a path. Lite
GetPointOnPath Returns a path point of desired distance (measured along path) from the first point of the path. Lite
OpenPath Removes the segment connecting last point to the first one from a path. Lite
RemovePointFromPath Removes a point from a path. Lite
SetPathCharacteristicPoint Modifies the value of a selected characteristic point. Lite
SkipEmptyPath Secures against domain errors caused by empty paths, e.g. just before the PathBoundingBox filter is to be invoked. Lite
SkipNotShape If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned. Lite
Subpath Computes an open path that consists of contiguous subsequence of another path points. Lite

Select Filter Equivalent below.

Icon Name Description Library
AvsFilter_AccessPath Returns individual fields of a path. Lite
AvsFilter_MakePath Creates a path structure. Lite