Tagged Questions
7
votes
2answers
82 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:
...
0
votes
0answers
82 views
Determining if a point is inside or outside a 3DS (.3ds) or 3DS MAX (.max) object?
Imagine I import some 3DS (i.e. 3D studio) file (http://reference.wolfram.com/mathematica/ref/format/3DS.html) or a 3DS MAX file. How could I place this model (say, the 747.3ds file in the ...
0
votes
1answer
167 views
Import Excel sheet into 3D array?
I have an excel spreadsheet that I would like to plot in a 3D graph using mathematica. The X and Y values are the location of the cell, and the Z value is the number of the scale.
How can I import ...
4
votes
1answer
154 views
How can I colorize an imported model?
How can I colorize an imported model from for example 3ds max?
I'm trying to find the way to colorize a 3D plot from an imported model with something like this:
...
5
votes
2answers
673 views
How to process .vtk file
I want to extract the cluster of points inside 3D box, is there any way one can do this in Mathematica?