CONCLUSIONS
 
 
  1. This algorithm is generating the 3d from the 2d projections accurately  and efficiently.
  2.  While implementing the algorithim we incorporated bounds checking with case checking so redandent edges are not generated. So redundant edge removal problem we have solved just in one step.
  3. This bounds checking is also tremendously reducing the no of searches.
  4. The algorithm is guaranted to find the correct solution from given inputs, provided that the input views are correct. For an example, in output of truncated hexagonal pyramid one edge (the edge where slant and horizontal truncatin has been meet) has been missed as there is a missing in the input itself.
  5. The result of "wireframe of a mseh" is also showing that wireframe cannot always represent a object fully.
previous page