You are here: Start » FIL.NET » Invoke.PlaneThroughPoints3D
Computes a plane passing through three distinct points in 3D.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PlaneThroughPoints3D ( Fil.Point3D inPoint1, Fil.Point3D inPoint2, Fil.Point3D inPoint3, out Fil.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | Fil.Point3D | |||
![]() | inPoint2 | Fil.Point3D | |||
![]() | inPoint3 | Fil.Point3D | |||
![]() | outPlane | Fil.Plane3D |


