Back to Adaptive Vision Studio website
                
                    
	
		
	You are here: Start » Filter Reference » Path Basics » AppendPointToPath
Appends a point to a path.
| Name | Type | Description | |
|---|---|---|---|
| ioPath | Path | ||
![]()  | 
				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
- ConcatenatePaths – Joins two open paths.
 




