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

In This Topic
    GetBoundingBoxCorners Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetBoundingBoxCorners( _
       ByVal min As Point3D, _
       ByVal max As Point3D _
    ) As Point3D()
    public static Point3D[] GetBoundingBoxCorners( 
       Point3D min,
       Point3D max
    )

    Parameters

    min
    max
    See Also