You are here: Start » FIL.NET » Invoke.PlaneThroughLineAndPoint3D
Computes a plane passing through a line and a point in 3D.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PlaneThroughLineAndPoint3D ( Fil.Line3D inLine3D, Fil.Point3D inPoint3D, out Fil.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine3D | Fil.Line3D | |||
![]() | inPoint3D | Fil.Point3D | |||
![]() | outPlane | Fil.Plane3D |


