I need help ... I have very rudimentary VB skills. I am working on a topographical model of a magic square. I consider each cell in the square to be a solid structure to the height specified by the value in the square. Then conceptually I pour water on the structure and wish to see where the water collects in "lakes" on the structure.
What I think I need is a program that will generate all unique paths from a cell in the interior of the square to the exterior of the cell. I can readily search those paths for the one with the least high obstruction on the way out.
I would like a program that for and order of square will generate the unique paths out ?
Very appreciative for any help on my project
Thanks
What I think I need is a program that will generate all unique paths from a cell in the interior of the square to the exterior of the cell. I can readily search those paths for the one with the least high obstruction on the way out.
I would like a program that for and order of square will generate the unique paths out ?
Very appreciative for any help on my project
Thanks
Comment