Hi,
No need to convert it to CSV.
Here is what Autode$k says about ptsb format:
@unknownuser said:
Pointcount
X Y Z Intensity R G B
(Intensity is a float value 0-1)Example:
2
0 0 0 .5 128 128 128
1 1 0 .5 128 128 128
Quite simple isn't it 😄
So open your file in a text editor, erase first line (number of points), save it to 'somefilename.txt' and it should work. Just set the points cloud reader first dialog to use a space delimiter, and second dialog to set X,Y,and Z coordinates as the first, second and third datum of each line (see below).
I've tried this example and it works.
Dialog 1
Dialog 2
Regards,