You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » FIL.LineThroughPoint3D

FIL.LineThroughPoint3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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