Start » Filter Reference » Path » Path Spatial Transforms » PathAlongArc
Module: | FoundationBasic |
---|
Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal.
Applications
Usually used to revert an ImageAlongArc transformation.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
inAxis | Arc2D | Input axis arc | |
inAxisType | Axis | Type of axis the input axis arc is parallel to | |
inAxisCoordinate | Real | Coordinate of the axis arc | |
inInverse | Bool | Switches to the inverse operation | |
outPath | Path | Transformed path |
Description
This filter transforms each point in inPath the same way how PointAlongArc does.
Examples
Remarks
No new points are being added to input path during transformation, and this may lead to some "distortions" of path. This is especially visible on long, straight portions of input path, which are described with only 2 points: the beginning one and the ending one. After transformation, such part of path is still a line, but it may not be corresponding to the transformed image. Easy way to overcome this problem is to increase number of points creating an transformed path.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- ImageAlongArc – Creates an image from pixels traversed along an arc.
- PointAlongArc – Transforms a point to a coordinate system in which the 'axis' arc is vertical or horizontal.
- PathAlongPath – Transforms a path to a coordinate system in which the 'axis' path is vertical or horizontal.