Back to FabImage Studio website

You are here: Start » Filter Reference » Path » Path Combinators » ConcatenatePaths_OfArray

ConcatenatePaths_OfArray


Module: FoundationLite

Joins open paths of an array.

Name Type Description
Input value inPathArray PathArray Input paths
Input value inClose Bool If set to true adding in result a segment between its first point and the last one, therefore producing a closed path
Output value outPath Path Output path

Description

Array version of ConcatenatePaths.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths_OfArray.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also