Start » Filter Reference » Path » Path Basics » InsertToPath
Module: | FoundationLite |
---|
Inserts a new point to a path at a specified location.
Name | Type | Range | Description | |
---|---|---|---|---|
ioPath | Path | |||
inPoint | Point2D | Input point to be inserted. | ||
inIndex | Integer | 0 - | Input index within the ioPath at which the inValue will be placed. | |
inInverse | Bool | Determines if the indices are counted from beginning or from end of the input path. |
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 | Index out of range in InsertToPath. |
Complexity Level
This filter is available on Advanced Complexity Level.