Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GeomSS_0.01.03_Windows.zip | 2014-02-23 | 10.7 MB | |
README.TXT | 2014-02-23 | 1.4 kB | |
GeomSS_0.01.03_Source.zip | 2014-02-23 | 31.6 MB | |
GeomSS_0.01.03_Solaris.tgz | 2014-02-23 | 11.0 MB | |
GeomSS_0.01.03_MacOSX.dmg | 2014-02-23 | 11.2 MB | |
GeomSS_0.01.03_Linux.tgz | 2014-02-23 | 11.0 MB | |
Totals: 6 Items | 75.6 MB | 0 |
GeomSS 0.1.03 Release Notes: 2/22/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. * Improved the robustness of Curve.getClosestPoint(), Curve-Surface intersection, Plane-Surface and Surface-Surface intersection. * Greatly improved the performance of the closest point and Surface-Surface interjector. * Rewrote Point and Vector classes to improve performance. Rewrote MutablePoint and MutableVector to eliminate large amounts of duplicated code. * Modified Curve.guessGrid2TolPoints() to handle the case of a 1D curve. * Replaced the JScience matrix solver with Apache Commons Math matrix solver. The JScience solver was using to much memory and was slower. * Improved internationalization support by using MessageFormat for compound messages rather than a custom solution. * Corrected errors with intersecting degenerate curves with other curves, planes or surfaces. * Corrected errors in many of the equals() and hashCode() methods.