You are here: Start » FIL.NET » FIS.PointsBoundingBox3D_OrNil Method

FIS.PointsBoundingBox3D_OrNil Method

Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsBoundingBox3D_OrNil
(
	IList<FilNet.Point3D> inPoints,
	INullable<FilNet.Box3D> outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
outBoundingBox3DFilNet.INullable<FilNet.Box3D> This parameter cannot be null.

See also