![]() |
omdl
v1.0
OpenSCAD Mechanical Design Library
|
The standard library includes are encapsulated within the base include file omdl-base.scad. This file provides only the minimal subset of commonly used functionality, consisting primarily of core utilities and geometric primitives, in order to maintain a lightweight dependency footprint. Modules outside of this base set are not imported implicitly and must be explicitly included prior to use. This approach allows developers to control library scope and selectively import functionality as required by a given project.
To load the library base includes, use the wrapper as follows:
This process reads the 26 files listed in the table above. Modules not included in this base set must be explicitly included before use. This design reflects omdl’s modular architecture, where functionality is grouped by purpose (primitives, mechanical features, assemblies, etc.) and only the essential components are loaded by default.
Explicit inclusion ensures that: