Export normals data possible?

Feel free to ask any question here
Post Reply
Kwanmok
Posts: 14
Joined: Tue Jan 09, 2018 9:06 pm

Export normals data possible?

Post by Kwanmok »

Hi,

I am trying to get the normals (directions) of each point in a point cloud and export such data. Is this possible?
I am aware that the CC has 'normal' options, but it seems to calculate them and present but not an option of exporting such information.
To be more specific, I am expecting to get a data with degrees(or directions), accordingly to each point. Below is the example:
<points/Directions>
point1/NW (or in specific degreess)
point2/SW
point3/S
point4/N
etc..
daniel
Site Admin
Posts: 7623
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Export normals data possible?

Post by daniel »

You can convert the normals to 'Dip' and 'Dip direction' values (as scalar fields). Then if you export the corresponding cloud to a Text/ASCII file, then you'll get on each line the coordinates of each point with the corresponding dip and dip directions (as well as potentially other infos - you can ask CC to add a first line with the column headers).
Daniel, CloudCompare admin
Post Reply