Start » Filter Reference » Path » Path Basics » GetPathSegment
Module: | FoundationLite |
---|
Returns the selected segment of a path.
Name | Type | Range | Description | |
---|---|---|---|---|
inPath | Path | Input path | ||
inIndex | Integer | 0 - | ||
inInverse | Bool | Reversed order of segments | ||
outSegment | Segment2D |
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 | Empty path in GetPathSegment. |
DomainError | Incorrect segment index in GetPathSegment. |
Complexity Level
This filter is available on Advanced Complexity Level.