OpenSCAD How-To - Viewing the assembly as disassembled
Note:
These parts are examples only.
When designing an assembly, it's convenient to view the unit in both assembled and disassembled states.
To do this, use the offset variable in the assembly module.
- = 0, the parts is assembled.
- > 0, the assembly parts are offset.
You can also use animation - see code.
For complex assemblies, you can use multi-directional shifting of parts:
- up - down
- right - left
- forward - backward
The images show examples of this use in a 7-segment digit for a giant display.
Download the OpenSCAD script, study the example, and use these techniques in your designs.
Feel free to share your questions, comments, and suggestions in the comments.