You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | A point on the created line. | ||
![]() | inDirectionVector | Fil.Vector3D | Desired direction of the line. | ||
![]() | outLine3D | Fil.Line3D | The resulting line in 3D. |