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

FIS.PathPathIntersections Method

Computes the common points of two paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathPathIntersections
(
	FilNet.Path inPath1,
	FilNet.Path inPath2,
	IList<FilNet.Point2D> outIntersectionPoints
)

Parameters

Name Type Range Default Description
inPath1FilNet.PathInput path.
inPath2FilNet.PathInput path.
outIntersectionPointsSystem.Collections.Generic.IList<FilNet.Point2D>Intersections between the input paths.

Function Overrides

See also