View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PY & Associates PY & Associates is offline
external usenet poster
 
Posts: 145
Default Magnificent Problem

Please clarify the following

orients the polygon according to a selected side
You want to plot the polygon along x axis, or y axis, or ???

unit width
1 unit measurement or equal arbitrary units ?

plotting the resulting polygons
user selectively pick any of them to plot individually;
or plot them side by side as if sliced cake please?

Regards
PY & Associates

"Cody" wrote in message
...
I am trying to create code that takes a set of coordinates as corners of a
polygon, orients the polygon according to a selected side, and divides the
polygon into polygons of a unit width. The output would be the set of

values
of the corners of the resulting polygons for the purpose of plotting the
resulting polygons.

Please help me get control of this beast!!!

Thanks