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

Public Shared Sub ComputeBoundingBox(Of  _ 
T As Point3D)( _ 
ByVal points As IList(Of T), _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public static void ComputeBoundingBox<T>( 
IList<T> points
out Point3D boxMin
out Point3D boxMax 

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

Type Parameters

T

Parameters

points
IList<T>

boxMin
Point3D

boxMax
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition