Back to Aurora Vision Studio website

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

AppendPointToPath


Module: FoundationLite

Appends a point to a path.

Name Type Description
Input will be modified ioPath Path
Input value inPoint Point2D Input point

Description

The operation extends an open path by adding a single point at its end (the point becomes new end point of a path).

When a closed path is passed to the filter, an error with appropriate description occurs.

Examples

AppendPointToPath run on sample path and point.

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 AppendPointToPath.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also