dynamic_mesh displays isomesh around the center of the view. When the view is moved, the isomesh will be updated automatically.
You can also change contour level by PageDown/PageUp keys. This script is intended to implement interface similar to Coot for examing electron density maps.
Note: PyMOL's Density Wizard (Menu > Wizard > Density) provides similar functionality. It is implemented using wizard framework, while this uses CallBack object.
Usage
dynamic_mesh map_name [, level [, radius [, name [ sym_source ]]]]
Arguments
- map_name = string: name of volumetric object(map) to display
- level = float: contour level of isomesh {default: 1.0}
- radius = float: radius of isomesh around the center of the view {default: 8}
- name = string: name of mesh object {default: dynamic_mesh}
- sym_source = string: name of object from which ..→