Hello everyone,
I am trying to make a script that exports 3D points of the face of selected 3D objects. The data needs to be in “re2” or similar, so AllPlan can read it as terrain points. I have done the script but it seems to export rows, column and index which, as far as I understand, makes the file unreadable by AllPlan. Any ideas on how to avoid this?
Edit: Also bonus points to anyone who suggest how to filter out duplicate points where X and Y are the same, but Z is different (lower Z is removed)?
In order to make the CSV readable by AllPlan I just added .re2 at the end of the file to change its format.
Also the script is a little wonky as it first needs to have save path selected, then clicked save again and then objects can be selected.
Kind regards,
Dobromir