In PPT, I would like to import a freeform from a tabulated ASCII file. Example XY coordinates and ASCII file format:
479913.344 7647915.000999999999999 7 1
480081.844 7648068.000999999999999 7 1
480273.313 7648175.500999999999999 7 1
480510.719 7648336.000999999999999 7 1
480112.469 7648305.500999999999999 7 1
479691.219 7647769.500999999999999 7 1
I also want to export or write the freeform into the same format. So that if I modify the shape, I can save it and export it.
I figured out how to create the freeform (re-scaling and shifting in XY to plot it in the work area), playing with WordPad, Excel, and PPT.
But I need help with the commands to read from an ASCII file, write to an ASCII file, and getting the XY coordinates for each of the vertices.
Can anyone help?
Thank you.