- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I created a command to select TEXT/MTEXT within a closed pline. for one drawing, there are 300+ plines, all work fine except 10 of them. the 10 plines scatter everywhere in the drawing. for each pline, there is only 1 TEXT inside. The result of SelectWindowPolygon is much more than expected, the weirdest part is, it's the same as the result of all 10 plines. e.g. the result of top-left pline includes the one from the middle, the bottom-left, bottom-right, ...
I tested it in LISP, use ssget with the same list of points, and return the same incorrect answer, 10 TEXT from different pline. all 10 plines behave the same.
AUDIT + PURGE does not help.
I WBLOCK pline from pline layer and text from text layer out to a new DWG file, then it works.
has anybody experienced the same issue? is it possible to identify it in the code?
Solved! Go to Solution.