You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » FIL.LineThroughPoints3D
Computes a line in 3D passing through two points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LineThroughPoints3D ( FilNet.Point3D inPoint1, FilNet.Point3D inPoint2, out FilNet.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point3D | A point on the created line. | ||
![]() | inPoint2 | FilNet.Point3D | Another point on the created line. | ||
![]() | outLine3D | FilNet.Line3D | The resulting line in 3D. |