-
-
-
-
-
Plate_Mesh.zip
The file can be used for plate mesh in finite element alaysis.The code may be further modified for other shapes.
-
-
calcMeshNormals.zip
Calculates normals of a mesh. A mesh is without normals if it is constructed using pointCloud2rawMesh.m or is read from a ply or vrml file.
-
makePly.zip
Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both are available for free
-
pointCloud2rawMesh.zip
Same as pointCloud2mesh.m but this one only outputs a mesh. Normals and neighbors of vertices and triangles are NOT calculated to save time. This is sufficient if you want to make a ply or a vrml file of the mesh.
-
pointCloud2mesh.zip
Converts a pointcloud (unordered vertices) to a mesh of triangles by connecting the nearest 3 points and calculates the normal of each vertex and triangle. Also finds the neighboring triangles of each vertex and the neighboring triangles of each triangle
-
-