This is a read-only mirror of pymolwiki.org

Difference between revisions of "Stick ball"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (6 revisions)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 +
 +
'''This setting is deprecated in v1.5 and later as it is always enabled.'''
  
 
The setting "stick_ball" controls whether bonded atoms are shown simply as joined sticks (set stick_ball, off) or as traditional "ball-and-stick" representation (set stick_ball, on).  Note that simply setting stick_ball on will result in balls with the same radius as the sticks and so will appear only slightly different (the joins will be smoother).
 
The setting "stick_ball" controls whether bonded atoms are shown simply as joined sticks (set stick_ball, off) or as traditional "ball-and-stick" representation (set stick_ball, on).  Note that simply setting stick_ball on will result in balls with the same radius as the sticks and so will appear only slightly different (the joins will be smoother).
Line 7: Line 9:
 
set stick_ball, on  # displays atoms as balls joined by sticks
 
set stick_ball, on  # displays atoms as balls joined by sticks
 
set stick_ball, off  # displays only connected sticks
 
set stick_ball, off  # displays only connected sticks
 +
 +
set stick_ball_ratio, 1.7 # change the radius of the balls
 
</source>
 
</source>
  
Line 16: Line 20:
 
Image:Stick_ball_ratio_1.5.png|stick_ball "on" with stick_ball_ratio at 1.5
 
Image:Stick_ball_ratio_1.5.png|stick_ball "on" with stick_ball_ratio at 1.5
 
</gallery>
 
</gallery>
 +
 +
[[Category:Settings|Stick ball]]
 +
[[Category:Sticks]]

Latest revision as of 01:44, 28 March 2014

Overview

This setting is deprecated in v1.5 and later as it is always enabled.

The setting "stick_ball" controls whether bonded atoms are shown simply as joined sticks (set stick_ball, off) or as traditional "ball-and-stick" representation (set stick_ball, on). Note that simply setting stick_ball on will result in balls with the same radius as the sticks and so will appear only slightly different (the joins will be smoother).

Settings

set stick_ball, on   # displays atoms as balls joined by sticks
set stick_ball, off  # displays only connected sticks

set stick_ball_ratio, 1.7 # change the radius of the balls

Examples

Open the images to actually see the details!