Bob, thanks for pointing me to "resolution" for mesh density, and 
explaining why contour is not relevant to my unmapped spheres.

I have defined a function to generate one isosurface per call. The 
one place I am stuck is that I want each isosurface to be distinct 
(concurrently visible), so it must evidently have a distinct ID. I 
have tried to generate distinct ID's using a character string 
variable, but I haven't found a way to use that variable in the 
isosurface command. Please advise. Example:

surfnumber = 0;

function myfunc(...)
{
   surfnumber++;
   surfid = "s" + surfnumber

   isosurface surfid ...
}

# Now attempt to generate several concurrently visible isosurfaces
myfunc(...)
myfunc(...)
myfunc(...)

Thanks, -Eric


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to