You are here: Start » FIL.NET » Invoke.RemovePathSelfIntersections

Invoke.RemovePathSelfIntersections

Removes all self-intersections from a given path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemovePathSelfIntersections
(
	Fil.Path inPath,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outPathFil.PathPath with no self-intersections.

See also