Environment.EvaluateBoundingBox Method

Evaluates the bounding box of a collection of entities without taking care of entity visibility.
Public Shared Sub EvaluateBoundingBox( _ 
ByVal entList As ICollection(Of Entity), _ 
ByRef globalMin As Point3D, _ 
ByRef globalMax As Point3D
)
This language is not supported or no code example is available.
public static void EvaluateBoundingBox( 
ICollection<Entity> entList
out Point3D globalMin
out Point3D globalMax 
)
This language is not supported or no code example is available.

Parameters

entList
ICollection<Entity>

The collection of entities

globalMin
Point3D

Output the min corner

globalMax
Point3D

Output the max corner

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition