Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.211.392 Times

Mesh Unfold software
Filter: All | Freeware | Demo
 

Mesh Unfold

< 1 2 3 4 5 

Generate U3D files from STL models for making multilayer 3D PDF figures This submission is based on Alexandre Gramfort's "matlab-mesh-to-pdf-with-3d-interactive-object". His program allows meshes to be converted into 3D PDF figures. However, his code only allows a single layer to be converted, and does not enable transparency.The present submission does not create...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Generate U3D files from STL models for making multilayer 3D PDF figures Download

Added: September 01, 2013 | Visits: 456

Marching Cubes This function uses a vectorized version of the marching cubes algorithm to compute a triangulated mesh of the isosurface within a given 3D matrix of scalar values at a given isosurface value. The output is a triangulated mesh specified in terms of a face list and a vertex list. The orientation of...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Marching Cubes Download

Added: June 03, 2013 | Visits: 240

isinmesh Simple function that tells if a point is inside of a mesh, be it concave or convexThe algorithm just finds the intersection points between the facets and a vertical line that passes through the original point. Depending on the relative position of the intsersection points and the facet normals it...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): isinmesh Download

Added: May 28, 2013 | Visits: 249

Patch Curvature This function calculates the principal curvature directions and values of a triangulated mesh. The function first rotates the data so the normal of the current vertex becomes [-1 0 0], so we can describe the data by XY instead of XYZ. Secondly it fits a least-squares quadratic patch to the local...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 296.96 KB Download (40): Patch Curvature Download

Added: August 05, 2013 | Visits: 356

Exact geodesic for triangular meshes This is an implementation of exact geodesic algorithm for triangular mesh (first described by Mitchell, Mount and Papadimitriou in 1987) with some minor improvements, extensions and simplifications. The algorithm has O(n^2 log n) worst-case time complexity, but in practice can work with...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 296.96 KB Download (43): Exact geodesic for triangular meshes Download

Added: May 08, 2013 | Visits: 248

meshCanopy This function makes it easy to display a mesh directly above a grayscale image. The mesh can use any colormap and can be at variable heights above the image. The example, which requires the IPT, is the screenshot.help meshCanopy function meshCanopy: display a mesh above a grayscale image SCd...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): meshCanopy Download

Added: April 25, 2013 | Visits: 307

Texture Patch This function PATCHT, will show a triangulated mesh like Matlab function Patch but then with a texture. patcht(FF,VV,TF,VT,I,Options); inputs, FF : Face list 3 x N with vertex indices VV : Vertices 3 x M TF : Texture list 3 x N with texture vertex indices VT : Texture Coordinates s 2 x K, range...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (40): Texture Patch Download

Added: May 04, 2013 | Visits: 333

GenCyl This program generates a cartesian mesh [x,y,z] from a 3D curve, and a vector of associated radii.It takes four inputs, two of which are optional: * P (3D curve) = 3xN matrix with each point of the curve given in correct order and columnwise. * R (Radii) = 1xN vector with positive scalar...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): GenCyl Download

Added: June 03, 2013 | Visits: 221

Curl Eigenfields Part-2: The complete Package byOptimization/eigenrot.mbySynchronization/heugens.mholoWlib/Maxwell.m, VFcoorsys.m, VFplot.m, xtract.m, plotdriver.mTests/add.mholoWdocs/EigenQuickGuide.pdf, WWholoWoverview.pdfInstall: simply unfold and then>>cd Tests; add>> help


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 430.08 KB Download (43): Curl Eigenfields Part-2: The complete Package Download

Added: May 29, 2013 | Visits: 318

Plot a 3D array using patch USAGE===== This function enables a 3D array to be displayed using a patch surface mesh. To plot a 3D logical array, the function is called using the following syntax: >> hpat = PATCH_3Darray(gridINPUT,gridX,gridY,gridZ); Alternatively, a 3D numeric array can be plotted such that the colour of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (46): Plot a 3D array using patch Download

Added: June 08, 2013 | Visits: 261

mesh2tri Converts a regular mesh defined by X,Y and Z into a regular triangulation. The output is patch data (triangles) in the faces d-deDUFd-deDt and vertices d-deDUVd-deDt format. The quadrilateral mesh faces are converted to triangles by splitting the faces into triangles according to the setting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): mesh2tri Download

Added: June 12, 2013 | Visits: 324

Mesh2Tetra This function MESH2TETRA converts a triangulated surface mesh into a tetrahedron volume mesh. Main advantage above existing constrained 3D Delaunay is that it will never add new boundary points, (useful for active appearance models) Disadvantage, some highly non-convex surface-shapes cannot be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): Mesh2Tetra Download

Added: September 12, 2013 | Visits: 379

Patch Software Render These files features a complete software render pipeline from Triangulated Mesh to Fragments. Like the OpenGL software renderer, but without using any external libraries, and far less code. The renderer renders to a Matlab image, instead of the computer screen.The render pipeline is written in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (39): Patch Software Render Download

Added: September 07, 2013 | Visits: 281

Surface to DXF file conversion The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Surface to DXF file conversion Download

Added: June 30, 2013 | Visits: 210

loadAmiraMesh Loads the mesh data from an Amira 3D manipulation program. Amira is usually used to create morphological reconstructions of neurons.It uses Amira's mesh file format that looks like this:---------------------------# AmiraMesh 3D ASCII 2.0nVertices 4651nEdges 9302define Origins 125define...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): loadAmiraMesh Download

Added: August 15, 2013 | Visits: 418

3d infinite this is just a mesh program which creates a figure similar to infinite symbol.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 3d infinite Download

Added: August 06, 2013 | Visits: 517

Generating surface plot with bars at specific (x,y) points This function generates mesh plot with 3Dbars at specific (x,y) points by using fill3 function.This function uses MATLAB's fill3.m meant to generate Filled 3-D polygons.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): Generating surface plot with bars at specific (x,y) points Download

Added: May 29, 2013 | Visits: 341

3D Polar Plot Polarplot3d produces surface and mesh plots for three dimensional polar data. A labeled polar axis is drawn at a fixed height or it can follow the surface contour at maximum radius. A polar grid can also be drawn on top of the surface.This function is based on polar3d by J De Freitas, file...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (47): 3D Polar Plot Download

Added: July 17, 2013 | Visits: 424

Linear Subdivision A simple m file for the triangle mesh subdivision using linear interpolation. The zip file includes four examples of subdivision.See also the URL:http://www.mathworks.com.au/matlabcentral/fileexchange/24942


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 245.76 KB Download (47): Linear Subdivision Download

Added: May 01, 2013 | Visits: 351

Arcball like 3D figure rotation One of the major drawbacks of matlab is the lack of a way of changing the viewpoint of a 3D mesh using a natural (arcball) interaction.In this simple function I demonstrate the arcball interaction allowing a 3D sphere to be moved naturally. Run the function and drag and drop with your mouse on...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Arcball like 3D figure rotation Download

< 1 2 3 4 5