Revision: 20838 http://sourceforge.net/p/jmol/code/20838 Author: hansonr Date: 2015-10-19 06:30:19 +0000 (Mon, 19 Oct 2015) Log Message: ----------- Jmol.___JmolVersion="14.5.0_2015.10.18"
new feature: x = within(0.01, [array of points]) -- cleans points of duplicates with a tolerance of 0.001 Angstroms -- allows multiple pmesh faces to be turned into polyhedra using: faces = [] for (var i = 1; i <= nPlanes; i++) { var f = ("$f" + i).getProperty("face") faces.push(f) } polyhedra @1 to @{within(0.01, faces.join())} color white new feature: $pmeshID.getProperty("faces") -- returns an array of points -- cleaned so that it is one point per linear edge, regardless of how it has been slabbed new feature: resolution 0.001 with PMESH and ISOSURFACE planes -- allows for minimum number of triangles. bug fix: Polyhedra can have missing triangle for hexagonal faces bug fix: calculate symmetry can break Jmol if unit cell has been changed bug fix: DRAW POLYGON front/back nature of winding was reversed. Modified Paths: -------------- trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-10-19 06:22:30 UTC (rev 20837) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-10-19 06:30:19 UTC (rev 20838) @@ -64,8 +64,30 @@ TODO: working on ID for polyhedra without atom refs -Jmol.___JmolVersion="14.4.0_2015.10.18" +Jmol.___JmolVersion="14.5.0_2015.10.18" +new feature: x = within(0.01, [array of points]) + -- cleans points of duplicates with a tolerance of 0.001 Angstroms + -- allows multiple pmesh faces to be turned into polyhedra using: + + faces = [] + for (var i = 1; i <= nPlanes; i++) { + var f = ("$f" + i).getProperty("face") + faces.push(f) + } + polyhedra @1 to @{within(0.01, faces.join())} color white + + +new feature: $pmeshID.getProperty("faces") + -- returns an array of points + -- cleaned so that it is one point per linear edge, regardless of how + it has been slabbed + +new feature: resolution 0.001 with PMESH and ISOSURFACE planes + -- allows for minimum number of triangles. + + + bug fix: Polyhedra can have missing triangle for hexagonal faces bug fix: calculate symmetry can break Jmol if unit cell has been changed bug fix: DRAW POLYGON front/back nature of winding was reversed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits