LiangliangNan / PolyFit

Polygonal Surface Reconstruction from Point Clouds
https://3d.bk.tudelft.nl/liangliang/publications/2017/polyfit/polyfit.html
GNU General Public License v3.0
723 stars 121 forks source link

How to save bvg format from Mapple #34

Closed juanmed closed 2 years ago

juanmed commented 2 years ago

Hi,

Thanks for sharing your code and tools for PolyFit. For the past few days I have been trying to generate the .bgv file from Mapple to input in PolyFit. I am able to load my point cloud in Mapple, compute normals and generate plane primitives with RANSAC. However, I find no button/option to save those primitives to a .bvg file that I can use in PolyFit. I am using Mapple_executable_for_Linux_v2.4.6.AppImage.

Could you please guide as to how to save the .bvg file for PolyFit?

Thank you,

LiangliangNan commented 2 years ago

In the save file dialog of Mapple, simply provide a file name with an extension "bvg", e.g., test.bvg.

juanmed commented 2 years ago

Thanks for your answer. It worked now. I tried that before posting this question and did not work (the vg information was not in the saved file).

This is solved now. Thanks!