Vishnu C
Vishnu C
I too confirm that it is still present in boost 1.79.0. 
@memononen After all the above discussion, my question might me stupid, but I cannot figure it out myself 😒 What should be the dpi value if I am to parse...
@napter Have a look on VTK , one can read STL, set the camera angle and render as images. Also it can be all done in offscreen, i.e without even...
@phkahler The plane did move, but I solved it anyway, I had to make the test point in a new separate group and solve with the new group. Thanks for...
@phkahler I couldn't constrain the plane, can you suggest please? I believe my approach is a workaround, I may stumble upon cases where I cannot create a separate group for...
Thanks that fixed the compilation error. But the execution gets stuck inside the [while loop](https://github.com/kleunen/boost_geometry_correct/blob/89896f0bb7dab30f53930cf7ab4140297666de8c/correct.hpp#L240) and never leaves out. I tried the example data set from [benchmark function](https://github.com/kleunen/boost_geometry_correct/blob/89896f0bb7dab30f53930cf7ab4140297666de8c/example.cpp#L77), yet the...
Tested with the latest, still the execution is stuck inside the while loop.
Its stuck on both.
@kleunen Thanks, it works!
For my use case I need the object only to be referred and not add to the current assembly. Did a trick by adding the object with its solved location,...