Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2013-11-27 | 1.5 kB | |
GeomSS_0.0.20_Windows.zip | 2013-11-27 | 10.6 MB | |
GeomSS_0.0.20_Source.zip | 2013-11-27 | 27.1 MB | |
GeomSS_0.0.20_Solaris.tgz | 2013-11-27 | 10.9 MB | |
GeomSS_0.0.20_MacOSX.dmg | 2013-11-27 | 11.1 MB | |
GeomSS_0.0.20_Linux.tgz | 2013-11-27 | 10.9 MB | |
Totals: 6 Items | 70.7 MB | 0 |
GeomSS 0.0.20 Release Notes: 11/27/2013 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. Changes include: * Added "getLimitPoint" method to all GeomElement objects. This method finds the accurate limiting point in the specified coordinate direction. * Added a "newRotation" command that takes three Euler angles as doubles in degrees. * Added a "grid" command for a curve that takes a grid rule and a number of equally spaced points. * Added a "newUnitVector" command that takes 3 parameter objects. * Improved the robustness of Plane-Surface and Surface-Surface intersections. Can now handle intersections that pass through a collapsed surface edge. Surface-Surface intersections still have a ways to go. * Improved performance of "isDegenerate()" method for surfaces. * Fixed a bug in the BSH command "intersect" for intersecting a line segment with a curve. * Fixed a bug that prevented the VECCGeomReader from reading GEO files created by HEAT-TK. * Corrected "copyToReal()" to correctly remove subranges and transformations on the control points for the curve or surface.