Start » Filter Reference » Path » Path Global Transforms » StretchPath
StretchPath
Module: | FoundationPro |
---|
Moves, rotates and scales the path so that its end-points end up at the given two points.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path, must be open | |
inNewEndpoint1 | Point2D | New starting point of the path | |
inNewEndpoint2 | Point2D | New ending point of the path | |
outPath | Path | Output 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 | Path cannot be closed in StretchPath. |
DomainError | Path too short in Stretch Path. |
Complexity Level
This filter is available on Expert Complexity Level.