Dear Alexander: Thanks! That's what I needed! Sometimes I seem to 
have a blind spot and I need someone to shine a flashlight on what I 
am missing!
Eric

At 3/17/12, Alexander Rose wrote:
>Hi,
>
>what about:
>
>         isosurface ID @surfid ...
>
>
>Alex
>
>Am 17.03.2012 um 23:39 schrieb Eric Martz:
>
> > 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
> >
> >

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
Eric Martz, Professor Emeritus, Dept Microbiology
U Mass, Amherst -- http://Martz.MolviZ.Org

Top Five 3D MolVis Technologies http://Top5.MolviZ.Org
FirstGlance, used by Nature - http://firstglance.jmol.org
3D Wiki with Scene-Authoring Tools http://Proteopedia.Org
Biochem 3D Education Resources http://MolviZ.org
ConSurf - Find Conserved Patches in Proteins: http://consurf.tau.ac.il
Atlas of Macromolecules: http://atlas.molviz.org
Interactive Molecules in Public Spaces http://MolecularPlayground.Org
Workshops: http://workshops.molviz.org
World Index of Molecular Visualization Resources: http://molvisindex.org
Molecular Visualization EMail List (molvis-list): http://list.molviz.org
Protein Explorer - 3D Visualization: http://proteinexplorer.org
- - - - - - - - - - - - - - - - - - - - - - - - - - - */


------------------------------------------------------------------------------
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