Hi Marko

> - wireframe

That's easy: 
        spacefill off
        wireframe on
(something like "wireframe 0.05" may be a beter choice)


> - labels with element symbol (but only O and both N --> without C and H)

        select _O, _N
        label %e
        select all


> - dot surface (with smallest dots possible; it seems to me that these are,
> how should I say, number 3, so I assume they can be number 1 as well,
> which sounds smaller to me...)

        dots on

As far as I know, the dots size cannot be changed. And they will probably not 
be exported 
into Maya format anyway.
I think you can change the dots density:
         set dotDensity 2
(documented at 
http://www.stolaf.edu/academics/chemapps/jmol/docs/#set_dotdensity


> Needles to say, I have no idea how to get rid of labels C and H, as I have
> no idea how to shrink the dotted surface to number 1. 

Shrink? Do you want to change the distance from atom to the dots, or the size 
of the dots?


> Now, you have an idea of the desired end product in Jmol. Next step to
> materialization, is saving this file in Maya or VRML formats. When I click
> to either SAVE options, nothing happens. Nothing at all. Nothing is saved.

Try to do it from the script console, and check the Jmol Java Console for 
errors (opens from 
the Help menu in the app)
write MAYA "fileName"
    Exports the current scene as a Maya file. (Basic elements such as atoms and 
bonds 
only.)
write VRML "fileName"
    Exports the current scene as VRML (basic elements such as atoms and bonds 
only).

For me it saves OK to maya format (only I had to find to which folder it had 
gone). I will 
attach the file in a separate message.

Good luck




------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to