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

FIS.LineLineIntersection3D Method

Computes a common point of two lines in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineLineIntersection3D
(
	FilNet.Line3D inLine1,
	FilNet.Line3D inLine2,
	out FilNet.Point3D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine1FilNet.Line3D
inLine2FilNet.Line3D
outIntersectionPointFilNet.Point3D?

See also