Utility.ComputeBoundingBox (Transformation, IList<Point3D>, out Point3D, out Point3D) Method

Computes the bounding box of the given array of points.
Public Shared Sub ComputeBoundingBox( _ 
ByVal transform As Transformation, _ 
ByVal points As IList(Of Point3D), _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public static void ComputeBoundingBox( 
Transformation transform
IList<Point3D> points
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation applied to the points

points
IList<Point3D>

The set of points

boxMin
Point3D

The minimum point of the bounding box

boxMax
Point3D

The maximum point of the bounding box

.NET Framework

Supported in: 4.8

In this article

Definition