Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2014-11-13 | 1.4 kB | |
GeomSS_0.01.06_Windows.zip | 2014-11-13 | 11.0 MB | |
GeomSS_0.01.06_Source.zip | 2014-11-13 | 31.8 MB | |
GeomSS_0.01.06_Solaris.tgz | 2014-11-13 | 10.9 MB | |
GeomSS_0.01.06_MacOSX.dmg | 2014-11-13 | 11.2 MB | |
GeomSS_0.01.06_Linux.tgz | 2014-11-13 | 11.3 MB | |
Totals: 6 Items | 76.1 MB | 0 |
GeomSS 0.1.06 Release Notes: November 12, 2014 by: Joseph A. Huwaldt GeomSS (Geometry Scripting System) is a geometry modeling and scripting system written in Java. It uses the BeanShell scripting language to allow the user to write scripts which can create and analyze complex geometries that include NURBS curves and surfaces. This is especially important for geometry modeling tasks that must be repeated over and over with small or parametric variations. This update is primarily a bug fix release. * Corrected an error in the WAT, BUT and STA commands where they would sometimes return lists of lists of intersections rather than just lists of intersections (per their documentation). * Fixed a series of bugs where the GUI could hang under certain circumstances. * Changed the default DEGREE_ANGLE symbol to "deg" and added "lbm" and "lbs" as aliases for POUND. * Updated to the latest versions of JOGL (2.2) and Java3D (1.6.0 pre 11). * Modified to use AppBuilder to create the MacOS X executable and fixed an error in the Solaris executable (error in the build script that copied in the wrong native code for JOGL). * Added a version of the setDrawTolerance() command that automatically sets a tolerance that is appropriate for a specified geometry element that is going to be drawn. * Added a new version of the newTranslation() command that uses the elements of a GeomPoint as offsets for the translation.