Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a Lisp routine in AutoCAD to automate the categorization of text strings based on specified dimensions. The routines should:
The routine will:
- ask the user to select single-line text in the drawing (formated as "length x width").
- Categorize the lengths based on the width.
- Sum the lengths for each category.
- Categorize these dimensions into required ranges, similar to a grading system.
- Prompt the user to specify locations to place the categorized text and the total cumulative distance text in the drawing.
I tried doing it with assistance from AI. but without any luck. I am attaching the lisp code we have generated through AI which might help you to understand the requirements and the categories. appreciate your efforts in this regard.
thank you.
Solved! Go to Solution.