<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Clgeng</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Clgeng"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Clgeng"/>
	<updated>2026-05-10T13:22:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13548</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13548"/>
		<updated>2016-05-25T18:32:46Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, nz=5,  lw=1, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13547</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13547"/>
		<updated>2016-05-25T18:31:04Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13720</id>
		<title>File:Drawgridbox padding.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13720"/>
		<updated>2016-05-25T18:29:16Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: Clgeng uploaded a new version of File:Drawgridbox padding.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13546</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13546"/>
		<updated>2016-05-25T18:25:56Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13545</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13545"/>
		<updated>2016-05-25T18:24:46Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13544</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13544"/>
		<updated>2016-05-25T18:23:30Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13543</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13543"/>
		<updated>2016-05-25T18:22:30Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Combining DSSR block representation with regular PyMOL cartoons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13542</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13542"/>
		<updated>2016-05-25T18:21:48Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Combining DSSR block representation with regular PyMOL cartoons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png|200px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png|200px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13541</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13541"/>
		<updated>2016-05-25T18:17:28Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Combining DSSR block representation with regular PyMOL cartoons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5, lw=1, nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=5, lw=1, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Drawgridbox padding.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13716</id>
		<title>File:Drawgridbox.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13716"/>
		<updated>2016-05-25T18:17:01Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: Clgeng moved page File:Gridbox.png to File:Drawgridbox.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13715</id>
		<title>File:Drawgridbox.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13715"/>
		<updated>2016-05-25T18:14:10Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: Clgeng uploaded a new version of File:Gridbox.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13719</id>
		<title>File:Drawgridbox padding.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13719"/>
		<updated>2016-05-25T18:13:32Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: Clgeng moved page File:Gridbox padding.png to File:Drawgridbox padding.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13540</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13540"/>
		<updated>2016-05-25T14:21:40Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw grid boxes around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Combining DSSR block representation with regular PyMOL cartoons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Gridbox.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=2, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Gridbox padding.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13539</id>
		<title>DrawGridBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=DrawGridBox&amp;diff=13539"/>
		<updated>2016-05-25T13:57:07Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: Drawgridbox page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = script&lt;br /&gt;
|filename  = drawgridbox.py&lt;br /&gt;
|author    = [[User:clgeng|Cunliang Geng]]&lt;br /&gt;
|license   = BSD-2-Clause&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script adds the [[drawgridbox]] command, which draw a grid box around a selection.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
  drawgridbox [ selection,  [nx, [ny, [nz, [padding, [lw, [r, [g, [b]]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prameters==&lt;br /&gt;
&lt;br /&gt;
* '''selection''' = str:  atom selection {default: all}&lt;br /&gt;
*'''nx'''  = int:  number of grids on axis X {default: 10}&lt;br /&gt;
*'''ny'''  = int:  number of grids on axis Y {default: 10}&lt;br /&gt;
*'''nz'''  = int:  number of grids on axis Z {default: 10}&lt;br /&gt;
*'''padding''' = float: default 0.0&lt;br /&gt;
*'''lw'''  = float: line width {default: 2.0}&lt;br /&gt;
*'''r'''    = float: red color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''g'''   = float: green color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
*'''b'''   = float: blue color component, valid range is [0.0, 1.0] {default 1.0}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Combining DSSR block representation with regular PyMOL cartoons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load drawgridbox.py&lt;br /&gt;
fetch 1cbh&lt;br /&gt;
show surface&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, g=0, b=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Gridbox.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
drawgridbox 1cbh, nx=5, ny=5,nz=5, padding=2, r=0, g=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Gridbox padding.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script_Library]]&lt;br /&gt;
[[Category:CGO]]&lt;br /&gt;
[[Category:Pymol-script-repo]]&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13718</id>
		<title>File:Drawgridbox padding.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox_padding.png&amp;diff=13718"/>
		<updated>2016-05-19T12:37:29Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13714</id>
		<title>File:Drawgridbox.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Drawgridbox.png&amp;diff=13714"/>
		<updated>2016-05-19T12:36:47Z</updated>

		<summary type="html">&lt;p&gt;Clgeng: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Clgeng</name></author>
	</entry>
</feed>