You are here: Start » Function Reference » Path » Path Combinators

Path Combinators

Icon Name Description / Applications Modules
AveragePath AveragePath

Computes the average of two paths (of equal size and type) point by point.

FoundationLite
ConcatenatePaths ConcatenatePaths

Joins up to four open paths.

FoundationLite
ConcatenatePaths_OfArray ConcatenatePaths_OfArray

Joins open paths of an array.

FoundationLite
ConcatenatePaths_OfLoop ConcatenatePaths_OfLoop

Joins open paths appearing in consecutive iterations.

FoundationLite
JoinAdjacentPaths JoinAdjacentPaths

Joins those paths of an array which endpoints lie near enough.

FoundationPro
PathLineIntersections PathLineIntersections

Computes the common points of a path and a line.

FoundationPro
PathPathIntersections PathPathIntersections

Computes the common points of two paths.

FoundationPro
PathSegmentIntersections PathSegmentIntersections

Computes the common points of a path and a segment.

FoundationPro
SplitPathByLine SplitPathByLine

Splits path in common points of a path and a line.

FoundationBasic
SplitPathByPath SplitPathByPath

Splits path in common points of two paths.

FoundationPro
SplitPathBySegment SplitPathBySegment

Splits path in common points of a path and a segment.

FoundationBasic