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

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

where T : Point3D
This language is not supported or no code example is available.

Type Parameters

T

Parameters

transform
Transformation

The transformation applied to the points

points
IList<T>

The set of points

count
int

Number 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