Hi Bob
I've been struggling with testing the "draw arc" until I've found there is a 
typo in the 
doc (I recall discussing this before, but cannt find a trace in the email 
archives)

http://www.stolaf.edu/academics/chemapps/jmol/docs/#draw
says:
ARC {pt1} {pt2} {ptRef} {theta, nDegreesOffset, fractionalOffset}

but the correct order is 
ARC {pt1} {pt2} {ptRef} {nDegreesOffset, theta, fractionalOffset}

also, the commas are optional.

Worse, when one uses the declared syntax the app hangs irreversibly.
(I tried 
 draw c1 nomesh fill arc {atomno=1}{atomno=3}{atomno=2} {360, 0, 0}
)

Also, the mesh/nomesh, fill/nofill options are mentioned in some of the draw 
sub-
options, but they are not documented or linked. A link to isosurface > [display 
options]  is needed.

Finally, there is a table cell misaligning for VERTICES (3 cells in a row)


------------------------------------------------------------------------------
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to