| |
|
A DOT Custom Math Plug-in provides customized geometric calculation and/or tolerance
evaluation algorithms for use during inspection. User defined mathematics may be created
to support non-standard features and tolerances.
The DOT Kernel includes built-in geometric calulation, construction, and tolerancing
algorithms. However, the math plug-in can selectively override any built-in DOT Kernel
operations. Kernel algorithms, if present, will be used for all mathematics functions
unsupported by any loaded math plug-in(s).
|
|
|
| |
Custom Geometric Algorithms
This developer-supplied mathematics code is unique to each company's DMIS Part 2 math
plug-in; and performs the custom feature calculation, construction, or tolerancing
operations.
Support Library
A library of helper classes, smart pointers, and macros is also included, to simplify
managing DMIS Part 2 data, and to increase portability. Math classes supply vector arithmetic,
matrix transformations, and other common operations. This library is also used in the
application husk and math plug-ins.
|
|