invalid result from CGAL::IO::write_PLY() #7868
Unanswered
TomTheVercetti
asked this question in
Q&A
Replies: 3 comments 4 replies
-
The best way for us to help you is to provide a minimal example showing the problem that we can compile and run. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I confirm that there is a problem and investigate. A workaround is to store in Ascii instead of binary mode
|
Beta Was this translation helpful? Give feedback.
2 replies
-
There is an opened issue about this problem: #7327 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
for vizualisation purposes I need to export a mesh to a ply file.
I use the following lines of code:
where
OutputPath_PairwiseIntersection_obj
andOutputPath_PairwiseIntersection_ply
are the output string paths.the result of the
write_OBJ
is as expected:but when I use the same mesh for vizualisation, the output ply file is not valid:
Do you have a clue why this might be happening?
Beta Was this translation helpful? Give feedback.
All reactions