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

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

    Parameters

    firstPt
    min
    max
    See Also