Replies: 1 comment 2 replies
-
Hey, thanks for asking! I've been writing them with an "implement as needed" approach so coverage is very piecemeal right now. Simple geometry modeling and boolean operations should be well supported though. The best place to look at current supported features would be to browse through the examples directory. I've been busy with a move and haven't had much time to devote to the project but I want to pick it back up again some time soon. In the meantime, as you're implementing your solver and if you decide to use this crate, feel free to open PRs to add functionality you need in the bindings. I'm happy to test and merge them as you go :) |
Beta Was this translation helpful? Give feedback.
-
I am looking to write a MoM electromagnetics solver in Rust (or at least implement the very basics) for personal experimentation. What is the current state and maturity of the bindings, given that I will modeling relatively simple geometry, but will probably require computing some geometric intersections, unions etc.? Should I rather use opencascade-sys for now, or are the bindings at a state where I would be able to accomplish what I need to without too much hassle? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions