Utility.BoundingBox Method

Returns the bounding box of a collection of 3D points.
Public Shared Sub BoundingBox( _ 
ByVal pointList As IList(Of Point3D), _ 
ByRef min As Point3D, _ 
ByRef max As Point3D
)
This language is not supported or no code example is available.
public static void BoundingBox( 
IList<Point3D> pointList
out Point3D min
out Point3D max 
)
This language is not supported or no code example is available.

Parameters

pointList
IList<Point3D>

A collection of 3D points.

min
Point3D

The min 3D point

max
Point3D

The max 3D point

.NET Framework

Supported in: 4.8

In this article

Definition