I am trying to segment a LAZ point cloud and then save the segmented section. However, CloudCompare crashes with the following error whenever I try to do so
Code: Select all
CloudCompare: ../qCC/ccQCustomPlot.h:271: virtual void QCPHiddenArea::draw(QCPPainter*): Assertion `x2 >= rect.x()' failed.
Aborted (core dumped)
Steps taken to cause problem
1) Open LAZ file.
2) Use segmentation (Edit -> Segment) tool, select a rectangular area of the cloud.
3) Hide remaining sections of the cloud (leaving only the segmented region visible).
4) Highlight (in the DB Tree) the segmented region of the cloud.
5) Save as a LAZ cloud using the original resolution.
6) CloudCompare crashes.
Is this an actual bug or have I done something incredibly stupid?
Regards
Bidski