This is a read-only mirror of pymolwiki.org

Difference between revisions of "Isodot"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (7 revisions)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''isodot''' creates a dot isosurface object from a map object.
  "isodot" creates a dot isosurface object from a map object.
+
 
 
 
===USAGE===
 
===USAGE===
+
<source lang="python">
  isodot name = map, level [,(selection) [,buffer [, state ] ] ]  
+
isodot name = map, level [,(selection) [,buffer [, state ] ] ]  
+
map = the name of the map object to use.
  map = the name of the map object to use.
+
level = the contour level.
+
selection = an atom selection about which to display the mesh with an additional "buffer" (if provided).
  level = the contour level.
+
</source>
+
 
  selection = an atom selection about which to display the mesh with
 
      an additional "buffer" (if provided).
 
 
 
===NOTES===
 
===NOTES===
+
If the dot isosurface object already exists, then the new dots will be appended onto the object as a new state.
  If the dot isosurface object already exists, then the new dots will
+
 
  be appended onto the object as a new state.
 
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[load]], [[isomesh]], [[Dynamic_mesh]]
  [[Cmd load]], [[Cmd isomesh]]
 
  
[[Category:Commands|isodot]]
+
[[Category:Commands|Isodot]]
 +
[[Category:States|Isodot]]

Latest revision as of 01:47, 28 March 2014

isodot creates a dot isosurface object from a map object.

USAGE

isodot name = map, level [,(selection) [,buffer [, state ] ] ] 
map = the name of the map object to use.
level = the contour level.
selection = an atom selection about which to display the mesh with an additional "buffer" (if provided).

NOTES

If the dot isosurface object already exists, then the new dots will be appended onto the object as a new state.

SEE ALSO

load, isomesh, Dynamic_mesh