You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » FIL.LineLineIntersection3D
Computes a common point of two lines in 3D.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LineLineIntersection3D ( FilNet.Line3D inLine1, FilNet.Line3D inLine2, out FilNet.Point3D? outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine1 | FilNet.Line3D | |||
![]() | inLine2 | FilNet.Line3D | |||
![]() | outIntersectionPoint | FilNet.Point3D? |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in LineLineIntersection3D. |


