Main Content

OpenSCAD Graph Generator

This OpenSCAD program creates 3D graphs from two variable functions. These graphs are created by graphing points on a square grid and then connecting those points to form a mesh. All mathematical inputs must comply to the OpenSCAD language for math functions that can be found here: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Mathematical_Functions”

Link to article