UtilityEx.ComputeMinMax Method

Computes bounding box min/max 3D points of a list of entities.
Public Shared Sub ComputeMinMax( _ 
ByVal entList As IList(Of Entity), _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public static void ComputeMinMax( 
IList<Entity> entList
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

entList
IList<Entity>

The list of entities

boxMin
Point3D

The resulting min point

boxMax
Point3D

The resulting max point

.NET Framework

Supported in: 4.8

In this article

Definition