You are here: Start » FIL.NET » Invoke.LineLineIntersection3D
Computes a common point of two lines in 3D.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LineLineIntersection3D ( Fil.Line3D inLine1, Fil.Line3D inLine2, Conditional<Fil.Point3D> outIntersectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | Fil.Line3D | |||
![]() | inLine2 | Fil.Line3D | |||
![]() | outIntersectionPoint | Ftl.Conditional<Fil.Point3D> |