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


