Tagged Questions
6
votes
2answers
72 views
How to show wireframes on imported Object / Mesh (.obj file)
I've managed to import a Wavefront (.obj) file and store it in a variable like so:
...
7
votes
2answers
222 views
How can I mesh a solid cylinder with triangular or tetrahedral elements
I need to plot triangular mesh on a cylinder. However the function Cylinder doesn't have a mesh option. By using ...
8
votes
3answers
238 views
Dashed mesh behind 3D object
I am trying to create a simple, almost transparent 3D sphere with a mesh that is made of solid lines if they are on the front surface (i.e. if they are directly visible) and of dashed lines if those ...
6
votes
2answers
335 views
Finding concave hull for separated small clusters
Data :
data3D = Import[file, "VertexData"];
Graphics3D[Point[data3D]]
How to find concave polygon for separated small clusters.
11
votes
2answers
595 views
Finding a Concave Hull
I have a 3d clustered data:
Is there any other way to get concavehull of 3D data points?
7
votes
1answer
173 views
7
votes
1answer
447 views
Construct a simple mesh or tetrahedral mesh from 3D image surface
I have a 3D Y-Shape hollow tube, not so good surface.
Import["http://dl.dropbox.com/u/68983831/tube02.vtk", "Graphics3D"]
I tried to use following vertex data ...