AutoCAD LISP where I can select the Polyline which bounds the selected Text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, just a quick introduction on my work:
I work with countertop pieces (usually rectangles) that has a text inside them indicating which are Countertops, Splashes, Aprons.
Currently, I have to use select similar to the rectangular pieces, and quickselect to either by Area of Length of the polylines to be able to pinpoint which piece is which. This takes a long time if there are hundreds of pieces to work on.
What I want to achieve is to select similar on the text inside the closed polylines, quickselect for content so I can only select either Countertop, Splash, or Apron.
Then I want to use a command that selects the Polyline bounding the text instead of the texts that I initially selected.
I am but a construction draftsman so I have to ask the programming gurus for help.
Thank you.