schrodinger.graphics3d.gridbox module

Module for drawing a grid box to the Workspace.

class schrodinger.graphics3d.gridbox.GridBox(center=(0.0, 0.0, 0.0), inner_box_size=(10.0, 10.0, 10.0), outer_box_size=(30.0, 30.0, 30.0), display_center_box=True, display_enclosing_box=True)

Bases: object

Class for drawing a grid box to the Workspace.

hide()

Hide the grid box (don’t draw to the Workspace).

isShown()
Return type:bool
Returns:Whether the grid box is currently shown.
show()

Show the grid box.