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

FIL.PointsBoundingBox

Computes the smallest box containing an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PointsBoundingBox
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outBoundingBoxFilNet.Box

Examples

The resulting outBoundingBox drawn with the input points.

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in PointsBoundingBox.

See also