Designed for Ease of UseThe Geometric Modelling Library's architecture is both simple to understand and to work with, while providing the ability to develop redistributable extension add-ins with ease. The Geometric Modelling Library consists of the main library (gml.dll) and a small loader application (gml.exe), which initialises the UI and handles the loading of any add-ins present.
Linking to the Geometric Modelling LibraryA user can connect to the Geometric Modelling Library at any of these layers, to create their own software that uses the GML. Including the Geometric Modelling Library is simple! Each layer in the library has an "include file" that gives access to all of the functionality in itself and lower levels. Extending the Geometric Modelling Library through the add-in mechanismThe Geometric Modelling Library architecture is designed to facilitate extensibility, by allowing you to develop extension add-ins alongside the main GML library. By following the simple steps detailed in the user guide you can create your own add-in that extends the UI menus with their own functions, while exploiting the existing selection and display functionality. All add-ins connect to the GML at the App level as they make use of the UI components. The add-in mechanism allows you to encapsulate your own IP without losing the ability to redistribute it alongside the core GML. It also allows you to quickly develop routines that can be debugged graphically within the GML GUI without having to develop their own renderer and UI, making prototyping and research easy. Click here to see where Renishaw used the Geometric Modelling Library to build blade surface reconstruction software. |