A parametric 3D model includes features specified using parameters. Thus, modifying a parametric model is as simple as updating one or more of the parameters. Effectively, a parametric model makes it possible to use a single model to easily generate many related models.
A good parametric 3D model has the following features:
OpenSCAD is free software available for Windows, Mac OS, and Linux. The website contains a good manual, as well as links to tutorial articles, blogs, and videos. It is well suited to parametric modeling for a number of reasons:
Note: This article requires no prior knowledge of or experience with OpenSCAD.
If you have not done so already, install OpenSCAD. Then, download all files for the Blender Top Filler Cap. Double-click on the ZIP file to extract all files, then double-click on the blenderTop.scad file to launch OpenSCAD.
Using this parametric model is as easy as 1, 2, 3:
Visit the Thingiverse Blender Top Filler Cap and in the list of Thing Apps Enabled click on Open in Customizer. Each time a parameter is changed, the preview is updated. You can click on the blue headings to show or hide sets of parameters.
When you are happy with the result, you can click on the Create Thing button to create your customized STL model on Thingiverse. (You have to give it a name, and have the option to keep it provide or to publish it for access by anyone.)
To use Customizer on your own computer, you will need to download the latest development snapshot of OpenSCAD. The development snapshot includes all the latest features, including the Customizer, and has a blue icon rather than the yellow icon used by the released version of OpenSCAD.
Ensure that the blenderTop.scad and the blenderTop.json files that you downloaded earlier are in the same folder (the json file is used only by Customizer), and double click the blenderTop.scad file.
The first time you launch the development version of OpenSCAD, open the Preferences dialog, and enable Customizer in the Features section. Then, uncheck Hide Customizer in the View menu.
If the Customizer panel does not show any controls, click the Render button (or press F6). If there are still no controls, try clicking the + button to create a new preset, or press the Reset button.
You can now perform parametric 3D modeling using the Customizer panel, and the preview pane should update to show the result. When you’re satisfied, click the Render button (or press F6), and then the Export as STL button to save your customized model as an STL file.
For more information on how to run Customizer on your own computer, here’s a handy guide from Thingiverse user DrLex.
A good place to start would be this OpenSCAD Tutorial for Beginners (5 Easy Steps).
If you’re familiar with OpenSCAD, you can use the blenderTop.scad as a template to design your own parametric model. If you also want to make your parametric model compatible with Customizer, refer to the Developer Documentation.