You are here: Start » FIL.NET » Invoke.PointsBoundingBox3D

Invoke.PointsBoundingBox3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingBox3D
(
	List<Fil.Point3D> inPoints,
	out Fil.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point3D>
outBoundingBox3DFil.Box3D

See also