Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello boys how are you.
They could help me with a list of points.
I have a list of points extracted from drawn rectangles.
From that list of points, I need to extract the lower left point and the upper right point.
Example one:
Original list ((1.0 1.0) (5.5 1.0) (5.5 4.0) (1.0 4.0))
Result ((1.0 1.0) (5.5 4.0))
Example two:
Original list ((15.5 9.0) (11.0 9.0) (11.0 6.0) (15.5 6.0))
Result ((15.5 9.0) (11.0 6.0))
Thank you.
Excuse my English, I only speak Spanish.
AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)
Solved! Go to Solution.