Creating 3D Objects from 3D Data

  • Thread starter Thread starter r4nd0m
  • Start date Start date
  • Tags Tags
    3d Data
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 8K views
r4nd0m
Messages
96
Reaction score
1
I have a set of 3D data (i.e. a large file where each row contains three spatial coordinates) and I'd like to get a nice, smooth 3D object out of it. The objects are not surfaces, so it's not just plotting a function (i.e. to every (x,y) there exists more than one z).

Does anyone have an idea which (freeware) application can deal with this kind of stuff? Thanks in advance.
 
Physics news on Phys.org
Well, let's say I have some 1000 points which form (or should form) a ball, for example. What I want to get is a nice, smooth 3D ball. Is that possible?
 
yeah, but those objects are pretty crazy and really far away from spheres.
what kind of averaging schemes do you mean?
 
r4nd0m said:
Well, let's say I have some 1000 points which form (or should form) a ball, for example. What I want to get is a nice, smooth 3D ball. Is that possible?

r4nd0m said:
yeah, but those objects are pretty crazy and really far away from spheres.
what kind of averaging schemes do you mean?

What "objects" are you talking about?
Didn't you just ask about a ball (whose surface is a sphere)?

Here are some examples of interpolation:
http://en.wikipedia.org/wiki/Interpolation
 
:rolleyes:
The ball was just an example. The objects that I'm working with are much complicated.

I'm not really sure if interpolation is what I'm searching for.
 
It's about 30x30x30 points, more or less.
 
First try my suggestion above.
If your points describe a surface, you could try some algorithm that triangulates it [which guesses how the sampled-points are possibly connected], then another algorithm that tries to find a smooth approximation of it... to be rendered on a finer grid.
 
hi,
i want to plot a set of 3-D data.
i have 3 spatial co-ordinates (x, y, z) and then a physical quantity i have measured.
Is there a straight forward free plotting package i could use to plot this data?

thanks!