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