Removing points from the pod file

Hello,

Is there a way to clean up a point cloud.
By this I mean that you selected an area and all points inside or outside this area will be removed from the point cloud (pod-files).

Currently I do this through a self-written routine in VBA (in Descartes) that works with pts-files.
But this takes a lot of time.

With best regards,

Werner

Parents
  • Hi,

    You'll need to have a look at Descartes' "Edit Classification" tool.

    With Descartes, you can create custom classes, I suggest creating one where you'll move all the points that need to be removed.

    Then, using the "Edit Classification" tool, you'll be able to move the points that need to be removed.

    Once that's done, you can set off the display of that class so that the points it contains do not display.

    To make this permanent, you'll need to export to a new POD file filtering out the class to be removed.

    HTH,
    Pascal


     This is a test

Reply
  • Hi,

    You'll need to have a look at Descartes' "Edit Classification" tool.

    With Descartes, you can create custom classes, I suggest creating one where you'll move all the points that need to be removed.

    Then, using the "Edit Classification" tool, you'll be able to move the points that need to be removed.

    Once that's done, you can set off the display of that class so that the points it contains do not display.

    To make this permanent, you'll need to export to a new POD file filtering out the class to be removed.

    HTH,
    Pascal


     This is a test

Children