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

FIS.LineThroughPoints3D Method

Computes a line in 3D passing through two points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineThroughPoints3D
(
	FilNet.Point3D inPoint1,
	FilNet.Point3D inPoint2,
	out FilNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point3DA point on the created line.
inPoint2FilNet.Point3DAnother point on the created line.
outLine3DFilNet.Line3DThe resulting line in 3D.

See also