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

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

    Parameters

    p
    min
    max
    See Also