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
Input value inPath Path Input path
Output value outPath Path Path with no self-intersections