Conversation
works only with surface mesh and modify input
|
I tried it , I had this compilation error |
|
No idea how you compiled it but this PR modifies 2 CGAL headers, one of them contains that function. |
|
I compiled using msys2 mingw64 compiler. Removing this line compiles. |
|
I mean, you either need to add the modified headers in the compilation unit (before those of the release) or use the branch to compile the example. |
|
I am using your branch ... this is why I don't really understand ... |
|
The way I would debug that is to put a typo in the header file you think is used and see if the compilation fails at that point. You can also grep |
|
OK. I found the pb, it was using a conflicting cgal header installed in the system. |
|
Hallo Sloriot, Firstly, thank you for the sweep function, it is really useful. In my case, it is difficult to calculate the guidelines. But I know the start face mesh, the rotation angle, and translation, so I can calculate the end face mesh. Is there any method to construct a surface mesh with the start face mesh and end face mesh? |
|
@FuzhangHe if it is only a translation, I guess you can sample le translation and interpolate the rotation to get something smooth. |
|
You should indeed create intermediate contours stored in the code in |

fixes #6292