User 39ade0cdf9
26-09-2008 02:05:07
I found that parameter ColorType:ElectrostaticPotential won't work.
Both in ver 4.1.8 and ver 5.1.1.
and how to hide MacroMolecule when Rendering surface?
this applet will make surface invisible too.
Both in ver 4.1.8 and ver 5.1.1.
Code: |
document.MSpaceApplet.setProperty("Surface.ColorType","ElectrostaticPotential"); document.MSpaceApplet.setProperty("Surface.Palette","Blue to Red"); |
and how to hide MacroMolecule when Rendering surface?
Code: |
document.MSpaceApplet.setProperty("MacroMolecule.Visible" , "false" ); |
this applet will make surface invisible too.