-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IGES support #184
Comments
Yes, this can be added back in now that we have more upload space on crates.io for |
Oh, it was in there but has been removed, so everything is already done? Great. |
Not quite - The C++ code was excluded via a Cargo.toml exclude path to get the crate size down, but it should now be included. So the bindings were never there, but it should be straightforward to follow the bindings for STEP and STL import/export in order to add support for IGES. |
Bindings were not difficult. Difficult was to understand which functions to call in the c++ classes. And to figure out why the linker was not working. Spoiler: IGES was not compiled ;) |
It would be very nice, if the OCCT iges importer would be supported within the high opencascade api abstraction like step is.
https://dev.opencascade.org/doc/overview/html/occt_user_guides__iges.html
The text was updated successfully, but these errors were encountered: