hmeyer / truescad

script based cad using implicit geometry
GNU General Public License v3.0
20 stars 6 forks source link

Brep support #2

Open happydpc opened 4 years ago

happydpc commented 4 years ago

This is a very good project. I would like to keep focusing on this project. Now OpenCascade is pretty much the only open source CAD kernel, but it's not that efficient and difficult to optimize. This one is written in rust. And I hope that one day we will add a brep support .

hmeyer commented 4 years ago

truescad offers the (experimental) Mesh('filename.stl') primitive. It more a proof of concept and highly inefficient. Is that what you are looking for?

It could really use some love in form of PRs for Octree or KD-tree support.