Interesting...
Mind if I ask why you want just the points?
The point cloud feature was really only added to support creating a
point cloud for use with FitModel. I never thought anyone would want
to export just the points.
You can export the triangles (and the points with them) in a number of
formats. STL, TRI, MSH, etc.
If you _really_ just want the point cloud, I suggest you write out the
Cart3D *.tri file and then edit it in a text editor. Skip the first
line, it contains the number of points and the number of triangles.
Then, skip to the end of the points and delete the rest of the file.
You can follow the line numbers, or you can just look for where the
floating point numbers change to integers. Those are the triangle
vertex indices.
You could easily write a script to extract this information if you
need to do it more than once. If this is something that lots of
people need, I can easily add it to the export menu in OpenVSP.
Rob
On Fri, Feb 26, 2016 at 4:10 PM, docV <
cv63...@gmail.com> wrote:
> How could I export the point cloud after that I got them by compgeom?
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenVSP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
openvsp+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.