Eyeshot 10 WinForms API Reference
ComputeBoundingBox(TraversalParams,IList<Point3D>,Point3D,Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class > ComputeBoundingBox Method : ComputeBoundingBox(TraversalParams,IList<Point3D>,Point3D,Point3D) Method
Bounding box data
The vertices to consider in the computation.
The bounding box minmum point
The bounding box maximum point
Computes the entity's bounding box.
Syntax
'Declaration
 
Protected Overloads Shared Function ComputeBoundingBox( _
   ByVal data As TraversalParams, _
   ByVal entityVertices As IList(Of Point3D), _
   ByRef boxMin As Point3D, _
   ByRef boxMax As Point3D _
) As Boolean
protected static bool ComputeBoundingBox( 
   TraversalParams data,
   IList<Point3D> entityVertices,
   out Point3D boxMin,
   out Point3D boxMax
)

Parameters

data
Bounding box data
entityVertices
The vertices to consider in the computation.
boxMin
The bounding box minmum point
boxMax
The bounding box maximum point

Return Value

True if the bounding box is valid.
See Also

Reference

Entity Class
Entity Members
Overload List
BoxMin Property
BoxMax Property