-
Notifications
You must be signed in to change notification settings - Fork 8
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
Question about McCAD #8
Comments
Hello, Question: While McCAD library 1.1 is based on the core decomposition algorithms of the salome version, it diverged a lot in terms of code structure and capabilities. McCAD v1.1 is expanded with more use cases for decomposition such as tori simplification, conical surface support, pipes simplification, etc. On the conversion side it got a totally new and robust algorithm which is totally different than its predecessor. The current develop branch contains some bug fixes and updates that are not yet pushed to the main branch. You are invited to use that branch. Issue: This issue has been discovered for a while now and we are working on it! The source of the segmentation fault on Linux is still unknown. As of now, unfortunately, you can only use the Windows version! What lengthens the debugging process is that not much useful information is returned by the debugger! This then necessitates a brute force debugging process to try to locate the source of the error! Thank you |
Thank you for your responses. Here is the fix I found for the info.hpp file as well as resolving the segmentation fault:
Best |
Hello, is there any news on a new version or a fix ? |
Hi, has there been any updates regarding this issue? If not, does the fix mentioned by @Frozaccio require using a static library for OCC? |
Dear McCad developers,
I have one question and one issue.
Question: Is McCAD library 1.1 similar to McCAD salome 0.5.1 in terms of performance and capabilities?
Issue: I tried to compile McCAD library 1.1 following the documentation. The compilation does not find the info.hpp file. I replaced the call to info.hpp with the manual version number in the code files. The compilation went well with this change but when I try to run McCAD, I get a segmentation fault with no backtrace. I compiled on ubuntu 22.04.
Thank you in advance for your help.
Best
The text was updated successfully, but these errors were encountered: