Y
Hacker News
new
|
ask
|
show
|
jobs
by
rowanG077
39 days ago
How can I convert openSCAD models to true STEP files? As in no meshes. I Literally have wanted that for years.
1 comments
tinmith
39 days ago
You need to use
https://github.com/smurfix/buildscad
which can convert OpenSCAD to Build123d, then you can export a STEP file. It has a few limitations, but for simple OpenSCAD files it can generate an equivalent representation in OpenCASCADE.
link
rowanG077
39 days ago
Yeah, that fails for even moderately complex models...
link