Eyeshot 10 WinForms API Reference
ComputeBoundingBox<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > ComputeBoundingBox Method : ComputeBoundingBox<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method
The transformation applied to the points
The set of points
Number of points
The minimum point of the bounding box
The maximum point of the bounding box
Computes the bounding box of the given array of points.
Syntax
'Declaration
 
Public Overloads Shared Sub ComputeBoundingBox(Of T As Point3D)( _
   ByVal transform As Transformation, _
   ByVal points As IList(Of T), _
   ByVal count As Integer, _
   ByRef boxMin As Point3D, _
   ByRef boxMax As Point3D _
) 
public static void ComputeBoundingBox<T>( 
   Transformation transform,
   IList<T> points,
   int count,
   out Point3D boxMin,
   out Point3D boxMax
)
where T: Point3D

Parameters

transform
The transformation applied to the points
points
The set of points
count
Number of points
boxMin
The minimum point of the bounding box
boxMax
The maximum point of the bounding box

Type Parameters

T
See Also

Reference

Utility Class
Utility Members
Overload List