Hi
I am working on a macro for extracting the absolute coordingates for the points making up a polyline, and have been tinkering around with the existing functions at http://www.eng-tips.com/faqs.cfm?fid=1824. I am using the function for getting relative coordinates, and I have integrated the...
Hi!
I need som help with my macro code.
I'm working on a macro to create drawing tables with X, Y and Z coordinates for 3D points. So far I managed to get it working properly and it spits out nice tables, no problem there.
However, I want it to always extract coordinates relative to the absolute...
I'm trying to write a macro that can create a coordinate table for all the points making up a polyline. So far I've been able to export the coordinates of ordinary points to Excel.
However, polylines have proven difficult.
I found code for the polyline.getElement method, but how is the result...