You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.PointsBoundingEllipse

FIL.PointsBoundingEllipse

Computes the smallest ellipse containing an array of points if such ellipse exists.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PointsBoundingEllipse
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Ellipse2D outBoundingEllipse,
	IList<FilNet.Point2D> outBoundaryPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outBoundingEllipseFilNet.Ellipse2D
outBoundaryPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also