-1

I am trying to have a non-uniform and uniform distribution of points in 3D. Is there any way I can do so automatically? Do I use some sort of meshing software. I want it return a file stating the positions of the various points. Can some one help me out? And I also want this procedure to me repeatable for various number of points that I need. I want to start off with 100 then 200 , 300 etc..

1 Answers1

1

Meshing also stores connectivity information along with coordinates. If you do not need connectivity, then generating just the coordinates with just an x=rand(m,n,p) function should satisfy your demands.

SKPS
  • 5,433
  • 5
  • 29
  • 63