Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / EstimateBoundingBox Method
Blocks collection

In This Topic
    EstimateBoundingBox Method (Entity)
    In This Topic
    Returns a small set of points that gives an idea of the entity bounding box.
    Syntax
    'Declaration
     
    Public MustOverride Function EstimateBoundingBox( _
       ByVal blocks As BlockKeyedCollection _
    ) As Point3D()
    public abstract Point3D[] EstimateBoundingBox( 
       BlockKeyedCollection blocks
    )

    Parameters

    blocks
    Blocks collection

    Return Value

    An array of 3D points.
    See Also