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

FIS.PathSelfIntersections Method

Checks if a path has any self-intersections and computes all of them.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathSelfIntersections
(
	FilNet.Path inPath,
	IList<FilNet.Point2D> outSelfIntersections
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outSelfIntersectionsSystem.Collections.Generic.IList<FilNet.Point2D>

Function Overrides

See also