Updated unit set management code to latest library version.
Corrected the property name for the path to the application icon.
Minor modification to use the AppUtilities. standardAboutHandler() function rather than creating a new AboutHandler from scratch.
Updated to use the latest version of the UnitSet class to define unit sets.
Tutorial
Tutorial
Quick Demos
Tutorial
Tutorial
Tutorial
Home
Home
Documentation
Tagged as Release 0.8.50
Corrected it again.
Corrected an error with getting the latest version of BeanShell 2.1.
Rearranged some code slightly.
Fixed a syntax error.
Minor updates to the README.
* Fixed a bug with the newLCOCommand() introduced with the last commit.
Revision History
Updated to version 0.8.5. Changes include:
Renamed "rangeList()" command to "range()" and made the lists that are returned unmodifiable.
Modified to work around a problem with JOGL on Java 17+.
Modified to work properly with Java 17 and later.
Added a new built-in command for creating a circular fillet.
Cleaned up many of the built-in commands including making new variations of some of them.
Fixed an error with setVisible() throwing a NullPointerException on Windows.
Added a new "nParam()" function that is identical to the existing "newParameter()" function but easier to type.
Added a new version of newPoint() function that takes a GeomVector as input. The magnitudes of each dimension of the vector are assumed to be coordinates for a new point.
* Added a version of setSurfaceColor() that assumes the user wants to set AMBIENT_AND_DIFFUSE colors.
Updated to use the new built-in assert() function instead of using a custom one.
Added an "assert()" function that asserts that a specified test condition must be true. If it isn't, then an exception is thrown.
Updated to Java3D 1.7.1.
Cleaned up some clumsy code.
Removed compiled BeanShell commands from native Java javadocs.
Cleaned up issues with the javadocs.
Cleaned up issues with the javadocs.
Cleaned up issues with the javadocs.
Added support for reading Devices and mass properties data.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Picked up latest version of files.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Cleaned up issues with javadocs.
Re-oriented the cone so that the normal vector points outward (although, in this situation, it doesn't matter; but it would matter if the cone were translated or rotated).
Modified these scripts to always write ASCII and to always use U.S. number formatting rules no matter the locale.
Improved the algorithm for finding the closest points on a curve given a PointString of points.
Fixed a comparison of floating point variables for equality.
Removed javalution from javadocs as it was causing problems (documentation is too old).
Cleaned up issues with the javadocs.
Tagged as release 0.8.30.
This update fixes a bug that could occur with extracting derivatives or normal vectors from a LoftedSurface (again).
Added a BeanShell command that will compute the enclosed volume in a list of surfaces that are assumed to surround an enclosed volume.
* Added a new test case of finding the volume of a cone with the apex at the origin. This case previously caused the adaptLobatto() integrator to fail due to a round-off error.
Fixed a round-off change that occurred due to the fix in the adaptLobatto() integrator.
Corrected a roundoff error in adaptLobatto() that could cause the integration to fail in some situations.
Corrected an error in the calculation of S-derivatives. This correction was made previously in May 2024, but then lost somehow since then. This restores that correction.
Minor code cleanups.
Corrected a compile error on the application stub.
Fixed a problem with running on MacOS 15.1.
Added support for picking Triangles.
Added support for picking Triangles.
Revision History
Installation Instructions
Fixed a bug introduced with the last update.
Tagged as release 0.8.30.
Revision History