Here's the use of some relatively new capabilities:

draw plane1 plane {1 0 0} {1 1 0} {0 1 0} {0 0 0} opaque red
draw plane2 plane {1 0 1} {1 1 1} {0 1 1} {0 0 1} opaque red
draw plane3 plane $plane1[1] $plane1[2] $plane2[2] $plane2[1] opaque red
draw plane4 plane $plane1[3] $plane1[4] $plane2[4] $plane2[3] opaque red
draw plane5 plane $plane1[1] $plane1[4] $plane2[4] $plane2[1] opaque red

Hey -- here's a challenge:

Write a Jmol script that takes any set of data points in any order:

thePoints = "{1,0,0} {1,0,1} {1,1,0} {1,1,1} {0,0,0} {0,0,1} {0,1,0} 
{0,1,1}"
maxDist = {0,0,0}.distance({1.01,1.1,01.01})
mycolor = "translucent red"
script drawSolid.spt

and draws a solid figure creating all faces.

Think that's possible? I bet it can be done.





Angel Herraez wrote:

>El 6 Sep 2007 a las 23:54, Dean Johnston escribió:
>
>  
>
>>If you look closely (show history) you'll find they're constructed from
>>atoms (whatever was convenient) manually connected using the CONNECT
>>command.  The manual connections are required since they are not real
>>structures -- the default bonds that Jmol draws don't look too great.
>>    
>>
>
>For this kind of manipulations, I recommend that, instead of using 
>CONECT records, you use Jmol's "connect" command to supress all 
>default bonds and define those you want. It's more handy. 
>Alternatively, you can draw lines from atom to atom.
>
>
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems?  Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >>  http://get.splunk.com/
>_______________________________________________
>Jmol-users mailing list
>Jmol-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jmol-users
>  
>


-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get. 

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to