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