Start » Filter Reference » Path » Path Basics » ClosePath
Module: | FoundationLite |
---|
Adds the segment connecting the last point with the first one in a path.
Name | Type | Description | |
---|---|---|---|
ioPath | Path |
Description
The operation extends an open path by adding a segment between its first point and the last one, therefore producing a closed path.
If a closed path is passed, the filter passes it onto output without any interference.
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- OpenPath – Removes the segment connecting the last point with the first one in a path.