Message 1 of 10
Stacked fractions in a lisp routine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
With the help of ChatGPT, I have a working routine the does the following:
Select two points to create a rectangle in memory - this rectangle shall not be drawn or printed, or should be erased after execution of the command
Extract the width and height of the rectangle
Add a user defined distance/dimension to the width and height of the rectangle
Display the new width/height as mtext in the middle of the two points selected in step 1 in the format of, say xx x/x" x yy y/y"
The issue I'm having is in step 4. I'm trying to get the resulting measurement to stack the fraction and I can not figure out how to do it. See attached file for the code.
Any thoughts or ideas are greatly appreciated. Thank you.