Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / ComputeBoundingBox Method

In This Topic
    ComputeBoundingBox Method (FastPointCloud)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overrides Function ComputeBoundingBox( _
       ByVal data As TraversalParams, _
       ByRef boxMin As Point3D, _
       ByRef boxMax As Point3D _
    ) As Boolean
    protected internal override bool ComputeBoundingBox( 
       TraversalParams data,
       out Point3D boxMin,
       out Point3D boxMax
    )

    Parameters

    data
    boxMin
    boxMax
    See Also