Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DrawBoundingBox Method

In This Topic
    DrawBoundingBox Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawBoundingBox( _
       ByVal context As RenderContextBase, _
       ByVal min As Point3D, _
       ByVal max As Point3D _
    ) 
    public static void DrawBoundingBox( 
       RenderContextBase context,
       Point3D min,
       Point3D max
    )

    Parameters

    context
    min
    max
    See Also