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

Invoke.LineThroughPoints3D

Computes a line in 3D passing through two points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LineThroughPoints3D
(
	Fil.Point3D inPoint1,
	Fil.Point3D inPoint2,
	out Fil.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint1Fil.Point3DA point on the created line.
inPoint2Fil.Point3DAnother point on the created line.
outLine3DFil.Line3DThe resulting line in 3D.

See also