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

FIS.PointsBoundingBox3D Method

Computes the smallest box in 3D containing an array of points in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsBoundingBox3D
(
	IList<FilNet.Point3D> inPoints,
	out FilNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
outBoundingBox3DFilNet.Box3D

See also