Start » Filter Reference » Path » Path Basics » Subpath
Module: | FoundationLite |
---|
Creates an open path from a continuous subsequence of the input path's points.
Name | Type | Range | Description | |
---|---|---|---|---|
inPath | Path | Input path | ||
inStart | Integer | 0 - | Index of the first point of the subpath | |
inPointCount | Integer | 0 - | Number of points in the subpath | |
outPath | Path | The resulting subpath |
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 | Incorrect index range on input in Subpath. |
Complexity Level
This filter is available on Advanced Complexity Level.