Researchers at MIT and the Interdisciplinary Center Herzliya in Israel aim to change the time consuming design process, with a new system that automatically turns CAD files into visual models that users can modify in real time, simply by moving virtual sliders on a Web page. Once the design meets the user’s specifications, they can hit the print button to send it to a 3-D printer.
For a CAD user, modifying a design means changing numerical values in input fields and then waiting for as much as a minute while the program recalculates the geometry of the associated object.
Once the design is finalized, it has to be tested using simulation software. For designs intended for 3-D printers, compliance with the printers’ specifications is one such test. But designers typically test their designs for structural stability and integrity as well. Those tests can take anywhere from several minutes to several hours, and they need to be rerun every time the design changes.
Researchers presented their new system, dubbed “Fab Forms,” at the Association for Computing Machinery’s Siggraph conference, in August.
Fab Forms begins with a design created by a seasoned CAD user. It then sweeps through a wide range of values for the design’s parameters — the numbers that a CAD user would typically change by hand — calculating the resulting geometries and storing them in a database.
For each of those geometries, the system also runs a battery of tests, specified by the designer, and it again stores the results. The whole process would take hundreds of hours on a single computer, but in their experiments, the researchers distributed the tasks among servers in the cloud.
In their experiments, the researchers used eight designs, including a high-heeled shoe, a chess set, a toy car, and a coffee mug. The system samples enough values of the design parameters to offer a good approximation of all the available options, but that number varies from design to design. In some cases, it was only a few thousand samples, but in others it was hundreds of thousands. The researchers also developed some clever techniques to exploit similarities in design variations to compress the data, but the largest data set still took up 17 gigabytes of memory.
Finally, the system generates a user interface, a Web page that can be opened in an ordinary browser. The interface consists of a central window, which displays a 3-D model of an object, and a group of sliders, which vary the parameters of the object’s design. The system automatically weeds out all the parameter values that lead to unprintable or unstable designs, so the sliders are restricted to valid designs.
Moving one of the sliders — changing the height of the shoe’s heel, say, or the width of the mug’s base — sweeps through visual depictions of the associated geometries, presenting in real time what would take hours to calculate with a CAD program.
If, however, a particularly sharp-eyed user wanted a value for a parameter that fell between two of the samples stored in the database, the system can call up the CAD program, calculate the associated geometry, and then run tests on it. That might take several minutes, but at that point, the user will have a good idea of what the final design should look like.
“Autodesk has simplified versions of this project. We have a thing called Project Shapeshifter that is very similar to what a lot of other people are doing right now, which is making these geometry generators that have a parametric model you can explore. But they all have this common problem: that you can very easily make something that won’t work on your printer. What I thought was super-exciting about this work is that it can prevent you from designing something that isn’t going to print or that isn’t going to be strong enough once you’ve printed it.”
“The sliders are an interface to what they did, but the underlying technology actually has a much broader application, I think, than just this consumer product for CAD novices.”