You are here: Start » FIL.NET » Invoke.PointsBoundingBox_OrNil
Computes the smallest box containing an array of points; returns NIL if the array is empty.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PointsBoundingBox_OrNil ( List<Fil.Point2D> inPoints, Conditional<Fil.Box> outBoundingBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | outBoundingBox | Ftl.Conditional<Fil.Box> |