You are here: Start » FIL.NET » Function Reference » Path » Path Global Transforms
Path Global Transforms
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
ConvertToEquidistantPath | Creates a new path whose characteristic points lie on the input path, but are equally spaced. |
FoundationBasic | |
CreateBicircularCurve | Creates a bicircular curve passing through the points of the leading path. This is a fast algorithm that approximates Bezier's splines for dense paths. |
FoundationBasic | ||
DilatePolygon | Enlarges a polygon by a given radius. |
FoundationBasic | ||
ErodePolygon | Shrinks a polygon by a given radius. |
FoundationBasic | ||
ExtendPath | Resizes the first or the last segment of a path. |
FoundationBasic | ||
FindLongestSubpath | Creates a new path from the longest sequence of segments of the input path that turn gently. Can be used for removing noise. |
FoundationPro | ||
![]() |
ReducePath | Reduces the number of points in a path preserving its shape with the specified precision. |
FoundationBasic | |
![]() |
RemovePathSelfIntersections | Removes all self-intersections from a given path. |
FoundationPro | |
![]() |
SegmentPath | Splits a path into parts that can be approximated as segments or arcs. Usually used to recognize a particular structure of an object contour or to guide a CNC machine. |
FoundationPro | |
StretchPath | Moves, rotates and scales the path so that its end-points end up at the given two points. |
FoundationPro |