Message 1 of 28

Not applicable
08-05-2021
11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Sirs,
I'm now starting to learn how to code lisps.
I need to create a process to read a polyline or 3dpolyline nodes coordinates and export them to a .xls file. I can do it using LIST command, but as i have a large number of examples i would like to optimize my work with a lisp.
Second Step:
Write the coordinates in this format:
poly[0][0] :=VEC(-10.3545,-1.9963,0);
poly[0][1] :=VEC(-10.3488,-1.8242,0);
poly[0][2] :=VEC(-10.3258,-1.6521,0);
.
.
.
Solved! Go to Solution.