Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / ResetBBox Method

In This Topic
    ResetBBox Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ResetBBox( _
       ByRef min As Point3D, _
       ByRef max As Point3D _
    ) 
    public static void ResetBBox( 
       out Point3D min,
       out Point3D max
    )

    Parameters

    min
    max
    See Also