Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GeomSS_0.3.00_Source.zip | 2015-09-13 | 34.9 MB | |
GeomSS_0.3.00_Windows.zip | 2015-09-13 | 13.3 MB | |
Readme.txt | 2015-09-13 | 1.4 kB | |
GeomSS_0.3.00_Solaris.tgz | 2015-09-13 | 13.2 MB | |
GeomSS_0.3.00_MacOSX.dmg | 2015-09-13 | 13.8 MB | |
GeomSS_0.3.00_Linux.tgz | 2015-09-13 | 13.6 MB | |
Totals: 6 Items | 88.9 MB | 0 |
GeomSS 0.3.00 Release Notes: September 13, 2015 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 adds support for a linear combination curve and fixes a number of bugs. * Added support for a LinearComboCurve which is a weighted linear combination of a list of curves. * Added a “digitize” command that allows the user to interactively digitize points off of a Curve or Surface. * Added a method to PointString that returns the average of all the points in the string. * Added a method to PointString that returns a new string of points sorted in the particular physical dimension requested. * Fixed a bug in LoftedSurface that prevented reading it in from an XGSS file. * Fixed a bug that could cause line-surface intersections to fail in many instances where they should work. * Fixed bugs that could allow incorrect item types and dimensions to be inserted into geometry lists. * Fixed bugs that could cause geometry written to BDS, STL and TRI files to be output in inconsistent dimensions.