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

FIS.LineArcIntersection Method

Computes the common points of an arc and a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineArcIntersection
(
	FilNet.Line2D inLine,
	FilNet.Arc2D inArc,
	out FilNet.Point2D? outIntersectionPoint1,
	out FilNet.Point2D? outIntersectionPoint2
)

Parameters

Name Type Range Default Description
inLineFilNet.Line2D
inArcFilNet.Arc2D
outIntersectionPoint1FilNet.Point2D?
outIntersectionPoint2FilNet.Point2D?

See also