|
|
|
|
|
by engr
1568 days ago
|
|
I have been working on a .net wrapper for opencascade (https://github.com/veggielane/EngrCAD) but opencascade interop from .net is a pain. I also fell in and out of love with SDF, as most CAM tools need BREP. I agree with people in this thread, the world needs more CAD kernels. I also think that we need a language agnostic markup language to represent the BREP. |
|
Also curious why BREP is represented through a language rather than e.g. a tree or graph (or maybe this is just a language shortcut, and the idea is that the language is used to specify BREP objects?)