You are here: Start » FIL.NET » FIS.PointsBoundingEllipse Method
FIS.PointsBoundingEllipse Method
Computes the smallest ellipse containing an array of points if such ellipse exists.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PointsBoundingEllipse ( IList<FilNet.Point2D> inPoints, out FilNet.Ellipse2D outBoundingEllipse, IList<FilNet.Point2D> outBoundaryPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outBoundingEllipse | FilNet.Ellipse2D | |||
![]() | outBoundaryPoints | System.Collections.Generic.IList<FilNet.Point2D> |