You are here: Start » FIL.NET » Invoke.LineThroughPoint3D

Invoke.LineThroughPoint3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LineThroughPoint3D
(
	Fil.Point3D inPoint3D,
	Fil.Vector3D inDirectionVector,
	out Fil.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3DA point on the created line.
inDirectionVectorFil.Vector3DDesired direction of the line.
outLine3DFil.Line3DThe resulting line in 3D.

See also