Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GeomSS_0.1.05a_MacOSX.dmg | 2014-09-01 | 11.2 MB | |
GeomSS_0.1.05a_Solaris.tgz | 2014-09-01 | 10.9 MB | |
Readme.txt | 2014-04-06 | 1.3 kB | |
GeomSS_0.1.05_Windows.zip | 2014-04-06 | 10.8 MB | |
GeomSS_0.1.05_Source.zip | 2014-04-06 | 31.8 MB | |
GeomSS_0.1.05_Linux.tgz | 2014-04-06 | 11.1 MB | |
Totals: 6 Items | 75.8 MB | 0 |
GeomSS 0.1.05 Release Notes: April 6, 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. * Added new variations on "newParameter" that take strings (CharSequence actually) for the value and the units. * Modified the line-surface intersector to be more robust and to not return duplicate points. * GridSpacing.tanh() will now throw an exception if an illegal combination of number of grid points combined with end spacings are input. * Corrected an error that caused the repeated drawing of objects to fail under certain circumstances. * Fixed a problem where images were not getting captured properly for saving or printing under certain circumstances. * Fixed the centerAndZoom() feature to work properly when only points are drawn. * Modified to write out geometry files in the proper format no matter the user's locale. Most of the supported file formats are required to be in ASCII with U.S. number formatting rules.