You are here: Start » FIL.NET » Invoke.CircleThroughPoints3D
Computes a circle in 3D passing through three noncollinear 3D points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CircleThroughPoints3D ( Fil.Point3D inPoint1, Fil.Point3D inPoint2, Fil.Point3D inPoint3, Conditional<Fil.Circle3D> outCircle3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint1 | Fil.Point3D | |||
![]() | inPoint2 | Fil.Point3D | |||
![]() | inPoint3 | Fil.Point3D | |||
![]() | outCircle3D | Ftl.Conditional<Fil.Circle3D> | Circle in 3D passing through the specified 3D points; or Nil if the points are collinear. |