Open fidoriel opened 1 week ago
Yes, this can be added back in now that we have more upload space on crates.io for occt-sys
Oh, it was in there but has been removed, so everything is already done? Great.
Oh, it was in there but has been removed, so everything is already done?
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.
Oh, it was in there but has been removed, so everything is already done?
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