<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Surface_mode</id>
	<title>Surface mode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Surface_mode"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Surface_mode&amp;action=history"/>
	<updated>2026-07-29T21:43:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5672&amp;oldid=prev</id>
		<title>Pyadmin: 5 revisions</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5672&amp;oldid=prev"/>
		<updated>2014-03-28T01:44:34Z</updated>

		<summary type="html">&lt;p&gt;5 revisions&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:44, 28 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Pyadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5671&amp;oldid=prev</id>
		<title>Speleo3: move usage to top</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5671&amp;oldid=prev"/>
		<updated>2014-02-15T17:41:07Z</updated>

		<summary type="html">&lt;p&gt;move usage to top&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sets how PyMOL draws the surface.  The default, [[surface_mode]]=0 does not include the heteroatoms within the surface; setting it to 1, does include them.  See the example images.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
 set surface_mode, int&lt;br /&gt;
&lt;br /&gt;
where ''int'' is one of the following values:&lt;br /&gt;
&lt;br /&gt;
* 0: Default mode, surfacing with respect to [[flag]]s.&lt;br /&gt;
* 1: Surface everything, including HET and hydrogens&lt;br /&gt;
* 2: Surface only heavy atoms&lt;br /&gt;
* 3: Surface only visible&lt;br /&gt;
* 4: Surface visible and heavy&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;175px&amp;quot; widths=&amp;quot;175px&amp;quot;&amp;gt;&lt;br /&gt;
Image:sm0.png|[[surface_mode]] set to 0, the default.  The galactose (blue) is not considered part of the surface.&lt;br /&gt;
Image:sm1.png|[[surface_mode]] set to 1 -- now including heteroatoms.  The galactose and all heteroatoms (blue) are now considered part of the surface and colored blue.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# make the above images, or something like them&lt;br /&gt;
fetch 2v72, async=0&lt;br /&gt;
color wheat&lt;br /&gt;
color marine, het&lt;br /&gt;
show surface&lt;br /&gt;
&lt;br /&gt;
# default&lt;br /&gt;
set surface_mode, 0&lt;br /&gt;
&lt;br /&gt;
# non default&lt;br /&gt;
set surface_mode, 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings|Surface mode]]&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5668&amp;oldid=prev</id>
		<title>Lightnir: /* Syntax */</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Surface_mode&amp;diff=5668&amp;oldid=prev"/>
		<updated>2008-05-04T22:35:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Syntax&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Sets how PyMOL draws the surface.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
set surface_mode, int&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
where int is in the range of 0 to 4.&lt;br /&gt;
&lt;br /&gt;
0 - default mode&amp;lt;br /&amp;gt;&lt;br /&gt;
1 - force inclusion of HET atoms &lt;br /&gt;
&lt;br /&gt;
[[Category:Settings|Surface mode]]&lt;/div&gt;</summary>
		<author><name>Lightnir</name></author>
	</entry>
</feed>