Earlier quoted context omitted.
OpenSCAD has almost zero crossover with B-rep modelling ('true' CAD, what this apparently is), though.
how hard it is ? with AI prevalent, how long ? any pointers to start from ?
GenCAD
31–40 of 135 posts
Re: GenCAD
#32Re: GenCAD
#33Re: GenCAD
#34Re: GenCAD
#35Re: GenCAD
#36This has been easy with OpenSCAD for a long time. I have made lots of cool, complex models this way. I built a repo of the prompts I use to show the llm how to do this and it includes many of the models I've created this way... https://github.com/cjtrowbridge/vibe-modeling
OpenSCAD has almost zero crossover with B-rep modelling ('true' CAD, what this apparently is), though.
Re: GenCAD
#37Re: GenCAD
#38To the author if they happen to see this. Please kill the auto playing video. If someone is listening to something else on their phone this always takes over and interrupts.
Re: GenCAD
#39I wanted to see how well it performed on real pictures of parts or hand-drawn drawings, but when I tried setting up the docker image, immediately ran into all kinds of dependencies not being installed. The examples make me suspect it doesn't work well beyond images that were generated from CAD in the first place.
Ironically the former is engineered to avoid the latter.
Re: GenCAD
#40Earlier quoted context omitted.
OpenSCAD has almost zero crossover with B-rep modelling ('true' CAD, what this apparently is), though.
OpenSCAD uses CSG which is generally better. Easy to convert CSG to BREP. Cant generally do the opposite
It's analogous to "all squares are rectangles, but not all rectangles are squares" (squares=CSG, rectangles=BREP)
CSG by itself isn't suitable for most CAD use-cases.