You are here: Start » FIL.NET » Function Reference » Path » Path Global Transforms » FIL.RemovePathSelfIntersections

FIL.RemovePathSelfIntersections

Removes all self-intersections from a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outPathFilNet.PathPath with no self-intersections.

See also