Message 1 of 18
Entities inside a block
Not applicable
11-11-1999
01:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When issuing a call to SSGET, I want to be able to search inside of the
defined blocks in the drawing and look for a text object with for example
the text "FOUNDME". I then want to change this text value to something else
such as "NEWTEXT". Issuing (ssget "x" '((1 . "FOUNDME"))) does not search
blocks defined in the drawing. I suspect that I need to search through the
block table using (TBLSEARCH). Thanks,
Ryan Small
--
Visit our website at http://www.braemarbldg.com
E-Mail: [email protected]
defined blocks in the drawing and look for a text object with for example
the text "FOUNDME". I then want to change this text value to something else
such as "NEWTEXT". Issuing (ssget "x" '((1 . "FOUNDME"))) does not search
blocks defined in the drawing. I suspect that I need to search through the
block table using (TBLSEARCH). Thanks,
Ryan Small
--
Visit our website at http://www.braemarbldg.com
E-Mail: [email protected]