Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GeomSS_0.0.15.Windows.zip | 2012-04-14 | 2.9 MB | |
GeomSS_0.0.15.Source.zip | 2012-04-14 | 13.9 MB | |
GeomSS_0.0.15.Linux_and_Others.tgz | 2012-04-14 | 2.9 MB | |
Readme.txt | 2012-04-14 | 1.1 kB | |
GeomSS_0.0.15.MacOSX.dmg | 2012-04-14 | 3.3 MB | |
Totals: 5 Items | 23.1 MB | 0 |
GeomSS 0.0.15 Release Notes: 4/13/2012 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 primarily fixes a few bugs. * Added a GeomSS command that will convert a transform about the origin to a transform about the specified point. * Added SurfaceFactory.createSkinnedSurface() that will fit a surface through a series of defining section curves. * Corrected a bug that caused an exception to be thrown when drawing lists containing empty lists. * Corrected a round-off error that could occur under certain circumstances in the "splitAt" method. * Improved performance and reduced memory footprint of the IGES reader. * Corrected an error that could occur under certain circumstances when converting a LoftedSurface to a NurbsSurface with LoftedSurface.toNurbs().