Vishnu C

Results 10 comments of Vishnu C

I too confirm that it is still present in boost 1.79.0. ![image](https://user-images.githubusercontent.com/10018119/191427919-2139bc1d-dd0f-4d24-a304-486ceed8605c.png)

@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.

@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,...