Message 1 of 17
Autocad LISP slows down over the time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there!
Please find the LISP that i attached. My main problem is, that in Autocad 2022 the LISP starts its work with a greater speed and it slows down over the time as i was able to check its progress with circle drawing. The function of the LISP is the following: at first i select texts with the ssget command, and then polylines. The LISP should check what are the two closest polylines to a text (with some offset) and save the lengths of the polylines and content of the text in a table which i can export later. It works really slowly, 330 texts and 660 polylines takes 5 or more minutes.
Could you please suggest a solution to make the process faster, or some any other tips?
Thank You!
Máté