| 
        
 
/ . / VolumeViewer / selectregion.py / Box_Model  
        
            | 
                
                  Methods 
                
             | 
            
                 
             | 
         
        
        
        
        
            | 
                
                   
                
             | 
            
                origin 
             | 
         
        
        
        
origin ( self )
 
Box corner postion in Chimera world coordinates. 
 |  
 
        
            | 
                
                   
                
             | 
            
                box_shown 
             | 
         
        
        
        
box_shown ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                closest_face 
             | 
         
        
        
        
closest_face (
        self,
        ijk,
        box,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                display_box 
             | 
         
        
        
        
display_box ( self,  show )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                face_normal 
             | 
         
        
        
        
face_normal (
        self,
        axis,
        side,
        )
Outward normal in eye coordinates. 
 |  
 
        
            | 
                
                   
                
             | 
            
                move_box 
             | 
         
        
        
        
move_box ( self,  delta_xyz )
 
Move atom positions.  Don't change xform. 
 |  
 
        
            | 
                
                   
                
             | 
            
                delete_box 
             | 
         
        
        
        
delete_box ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                create_box 
             | 
         
        
        
        
create_box ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                model_closed_cb 
             | 
         
        
        
        
model_closed_cb ( self,  model )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                pierced_faces 
             | 
         
        
        
        
pierced_faces (
        self,
        screen_x,
        screen_y,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                edge_lengths 
             | 
         
        
        
        
edge_lengths ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                view_distance 
             | 
         
        
        
        
view_distance ( self )
 
Return z distance from eye to center of box or near clip plane distance,
 whichever is larger. 
 |  
 
        
            | 
                
                   
                
             | 
            
                cell_angles 
             | 
         
        
        
        
cell_angles ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                reshape_box 
             | 
         
        
        
        
reshape_box (
        self,
        box,
        box_transform,
        xform=None,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                move_face 
             | 
         
        
        
        
move_face (
        self,
        axis,
        side,
        delta_eye,
        )
Move atom positions for one face.  Delta is in eye distance units. 
 |  
 
        
            | 
                
                   
                
             | 
            
                __init__ 
             | 
         
        
        
        
__init__ ( self )
 
 |  
  |  
 
         |