You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » 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 | |
---|---|---|---|---|---|
![]() | 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. |