StickStyleSpec

Stick (cylinder) style specification

Members

aromaticStyle :"dashed"|"circle"

Style for rendering aromatic (bond order 4) bonds.
"dashed" = one solid + one dashed bond (default)
"circle" = single bond + circle/torus inside the aromatic ring

Type:
  • "dashed" | "circle"

color :ColorSpec

fixed coloring

colorfunc :function

Allows the user to provide a function for setting the colorschemes.

Type:
  • function

colorscheme :ColorschemeSpec

colorscheme to use on atoms; overrides color

dashedBondConfig :DashedBondSpec

dashed bond properties

dashedBonds :boolean

draw all bonds as dashed bonds

Type:
  • boolean

doubleBondScaling :number

radius scaling factor for drawing double bonds (default 0.4)

Type:
  • number

hidden :boolean

do not show sticks

Type:
  • boolean

opacity :number

opacity (zero to one), must be the same for all atoms in a model

Type:
  • number

radius :number

radius of stick

Type:
  • number

showNonBonded :boolean

display nonbonded atoms as spheres

Type:
  • boolean

singleBonds :boolean

draw all bonds as single bonds

Type:
  • boolean

tripleBondScaling :number

radius scaling factor for drawing triple bonds (default 0.25)

Type:
  • number