Sticks: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
</code>
</code>
where SELECTION is a valid selection or previously defined selection name.
where SELECTION is a valid selection or previously defined selection name.
== Sticks Radius  (Sticks Weight)==
To change the radius for sticks, enter the following:
set stick_radius, VALUE
where
0.0<=VALUE<=1.0
'''1.0''' is 100% or full radius
'''0.0''' is 0% or invisible -- so use at least 0.1 or greater


==Sticks Transparency==
==Sticks Transparency==
To enable transparency for sticks, just do
To enable transparency for sticks, enter the following:
  set stick_transparency, VALUE
  set stick_transparency, VALUE
where  
where  
Line 14: Line 25:


'''0.0''' is 0% transparent -- so opaque
'''0.0''' is 0% transparent -- so opaque


Example
Example

Revision as of 11:23, 2 August 2005

A simple PyMol representation. Use

show sticks, SELECTION

where SELECTION is a valid selection or previously defined selection name.


Sticks Radius (Sticks Weight)

To change the radius for sticks, enter the following:

set stick_radius, VALUE

where

0.0<=VALUE<=1.0

1.0 is 100% or full radius

0.0 is 0% or invisible -- so use at least 0.1 or greater

Sticks Transparency

To enable transparency for sticks, enter the following:

set stick_transparency, VALUE

where

0.0<=VALUE<=1.0

1.0 is 100% transparent -- so invisible

0.0 is 0% transparent -- so opaque


Example

set stick_transparency, 0.45


Example Sticks Representation