ST_3DMakeBox
Name
ST_3DMakeBox — Creates a BOX3D defined by two 3D point geometries.
Synopsis
    
     box3d
     
      ST_3DMakeBox
     
     (
    
    geometry
    
     point3DLowLeftBottom
    
    , geometry
    
     point3DUpRightTop
    
    
     )
    
    ;
   
Description
Creates a BOX3D defined by the given two 3D point geometries.
   
    
   
   This function supports 3D and will not drop the z-index.
  
Changed: 2.0.0 In prior versions this used to be called ST_MakeBox3D