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