From: Walter Roberson on
Rachit wrote:
> I guess to make it more clear.I have used a plot3 function to get the
> points.Now I want to make a solid boundary with the outer points

Up to there sounds like DELAUNAY3.

> and then extrude it.

"extrude it" is not very specific. It would, though, not be difficult to
replicate the coordinates in any two planes together with incremental
coordinates over a third plane.

> How can I make a boundary with the given points. It is
> somewhat circular in geometry.
> Once that is created I need to make a grid and generate a mesh of the
> points and generate a surface.

With the above it might be pretty trivial -- the extrusion of the delauny hull
might be easy to patch together.


> This inner surface is something which
> changes with time but the outer reference boundary should remain the same.

*What* inner surface and *what* outer surface? delauny can only give you an
outer surface; if you want an inner surface then you are talking about shapes
that are not convex and unless you put pretty tight restrictions in, there are
no unique triangulations of non-convex shapes.
First  |  Prev  | 
Pages: 1 2
Prev: geotiff
Next: reading dates into excel