Message 1 of 4
Cannot pruge dimstyle & text style

Not applicable
06-28-2016
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We've 'inherited' a load of old drawings that have to be amended. In trying to clean them up a little first we decided to purge them all out. There's a dimstyle that can't be purged - AM_ANSI & a textstyle also - ACANSGDT.
They cannot be purged yet they don't exist.
(setq dms (tblsearch "DIMSTYLE" "AM_ANSI"))
Returns an entity name
(entget dms)
Returns:
(-1 . <Entity name: 7ef07178>) (0 . "DIMSTYLE") (105 . "B25F") (102 . "{ACAD_REACTORS") (330 . <Entity name: 7ef070f8>) (102 . "}") (330 . <Entity name: 7ef01c50>) (100 . "AcDbSymbolTableRecord") (100 . "AcDbDimStyleTableRecord") (2 . "AM_ANSI") (70 . 0) (4 . "mm") (41 . 0.12) (42 . 0.05) (43 . 0.5) (44 . 0.1) (47 . 0.1) (48 . 0.1) (78 . 7) (79 . 2) (90 . 1) (140 . 0.12) (141 . 0.0) (146 . 0.71) (147 . 0.06) (176 . 256) (177 . 256) (178 . 2) (274 . 4) (284 . 7) (340 . <Entity name: 7ef01c80>) (345 . <Entity name: 7ef01ca0>) (346 . <Entity name: 7ef01ca0>) (347 . <Entity name: 7ef01ca0>) (371 . -1) (372 . -1))
As can be seen, there's reactors & subentities in there. I think the dwg must have been created using Autocad Mechanical which isn't available to us. Any ideas please anyone on how to reomove these unwanted objects?