[Gmsh] WG: newbie looking for feedback on using Gmsh as a ~ library to do pointcloud-->mesh & return results
Kubicek Bernhard
Bernhard.Kubicek at arsenal.ac.at
Wed Feb 7 18:56:21 CET 2007
Writing code that gets your pointcloud to gmsh could be done easily. However, as long as your point clound is really a point cloud, and not structured somehow, the only surface that is well defined is the convex hull. Which, as the name indicates, is not too good for concave bodies. If you create the convex hull with some external tool (e.g. QHull ) you can then add the appropriate lines/faces to gmsh. Only after that you can mesh.
Basically, you need to create a program that creates the sub-surfaces, so gmsh can mesh it.
hope that helps.
nice greetings,
bernhard
-----Ursprüngliche Nachricht-----
Von: gmsh-bounces at geuz.org [mailto:gmsh-bounces at geuz.org] Im Auftrag von Bill Christens-Barry
Gesendet: Mittwoch, 7. Februar 2007 18:33
An: gmsh at geuz.org
Betreff: [Gmsh] newbie looking for feedback on using Gmsh as a ~ library to do pointcloud-->mesh & return results
Hello.
I'm brand new with Gmsh, and hope to get comments on whether I can
accomplish what I'd like to do using it.
What I have are pointcloud data, i.e. a list of (x, y, z) coordinates
obtained using a laser scanner. What I want to do is use Gmsh more or
less as a library to create a triangle mesh and calculate areas of the
triangles constituting the mesh. Ideally, my program would pass the
pointcloud data to Gmsh, which would return the mesh information and
calculated area to the calling program. I may decide to do the area
calculation in my program (Java or C).
I could go on with more details and other more complicated things I'd
like to do, but am eager to get started doing the simpler things. Can
anyone comment on feasibility or give me pointers to tutorials or other
introductory material or examples that will get me going with Gmsh? Does
what I've described require any special/optional libraries or other
components to be installed, or would this need just a vanilla
installation? My preference is to do this on an Intel Mac, but will
eventually need to also do these things in Windows XP.
Thanks.
Bill Christens-Barry _______________________________________________
gmsh mailing list
gmsh at geuz.org
http://www.geuz.org/mailman/listinfo/gmsh