You are here: Start » FIL.NET » FIS.RemovePathSelfIntersections Method

FIS.RemovePathSelfIntersections Method

Removes all self-intersections from a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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