cat3appr Posted July 19, 2016 Posted July 19, 2016 hello! I have this CSV and i need to plot in an horizontal line, a marker (numbered) at the distance from zero specified in this spreadsheet: from the example, "1" at 0.048 from Zero, "2" at 0.061 .... please see the examples. any idea? many thanks! Quote
BIGAL Posted July 19, 2016 Posted July 19, 2016 Just a simple column answer using contactenate just paste this into column E =CONCATENATE("LINE ",C1,",","0 ",C1,",",1, ) this will draw line 1 unit high. Just copy and paste the E column to Autocad command line. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.