Eyeshot 11 WinForms API Reference
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

In This Topic
    ComputeBoundingBox(TraversalParams,IList<Point3D>,Point3D,Point3D) Method
    In This Topic
    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