I am currently exporting muscle origin and insertion points into a spreadsheet by copying and pasting data from the AnyChart window into MS Excel. As I am having to repeat this procedure for many muscle strands in many different positions, I was wondering if there is a way to automatically export the coordinate data for a selected list of muscle strands into a spreadsheet?
I am not experienced with the AnyScript language. If someone could point me in the right direction it would be very much appreciated.
Thanks for your reply. I’m pasting all the coordinate data into a spreadsheet which I then use to create a list of all muscle origin/insertion points at a given timestep. So what I aim to end up with is a list that looks like this:
X Y Z
10 10 10
11 13 12
34 23 23
…and so on, where each row of coordinates represents one point.
I then use this list to create the points in a multibody dynamics model in ADAMS.
At the moment I have the 3 column data for each point side by side. I then highlight the row which represents the desired time step and use a macro in Excel to rearrange that row into columns. The process of copying and pasting the data for each point is time consuming (and slightly tedious) so I was wondering if there is a command I could use to automatically do this.
I hope I’ve made this a bit clearer.