Eyeshot 9.0 WinForms API Reference
EvaluateBoundingBox Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : EvaluateBoundingBox Method
The collection of entities
Output the min corner
Output the max corner
Evaluates the bounding box of a collection of entities without taking care of entity visiblity.
Syntax
'Declaration
 
Public Shared Sub EvaluateBoundingBox( _
   ByVal entList As ICollection(Of Entity), _
   ByRef globalMin As Point3D, _
   ByRef globalMax As Point3D _
) 
public static void EvaluateBoundingBox( 
   ICollection<Entity> entList,
   out Point3D globalMin,
   out Point3D globalMax
)

Parameters

entList
The collection of entities
globalMin
Output the min corner
globalMax
Output the max corner
See Also

Reference

ViewportLayout Class
ViewportLayout Members