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 | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | A point on the created line. | ||
![]() | inDirectionVector | FilNet.Vector3D | Desired direction of the line. | ||
![]() | outLine3D | FilNet.Line3D | The resulting line in 3D. |