RemovePathSelfIntersections
Removes all self-intersections from a given path.
Syntax
C++
C#
Python
def RemovePathSelfIntersections(
inPath: Path,
outPath: Path,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inPath |
Path |
|
Input path |
 |
outPath |
Path |
|
Path with no self-intersections |