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

FIS.LineThroughPoint3D Method

Computes a line in 3D passing through a point with given direction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineThroughPoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Vector3D inDirectionVector,
	out FilNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3DA point on the created line.
inDirectionVectorFilNet.Vector3DDesired direction of the line.
outLine3DFilNet.Line3DThe resulting line in 3D.

See also