0

I want to build very simple 3D Model of Single Room based on user inputs. User will provide inputs like what will be size of wall , no of rooms , how many doors should be there etc. Based on input programme should generate 3D model image that will be downloadable to user. Once POC is in place we want to expose it as API. I came to know about OPENSCAD , it has it's own description language. Does it provide any library where we can provide input and it genrates 3D model files(STL files)? Or is there any other solution , preference would be to Java but open to other languages like python,c++.

user530158
  • 333
  • 7
  • 18
  • There is no API, but you can use openSCAD on command line. So by lauching it non interactively from a controlling process (your application logic), feeding it your files/world description. – arkascha Jul 10 '23 at 13:56

0 Answers0