- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We’re using Mechanical’s AMTITLE for borders and title blocks. However, we need to change the location of these dwg files, and also have some new border/title files.
I’m looking for a user friendly way to replace drawing borders and title blocks in existing drawings, using the new path.
I have tried, for instance:
(gencfgset "Gen@Paths@DwgPath" "x:\\new\\path\\to\\border\\")
(gencfgset "Gen@Paths@DwgTitle" "x:\\new\\path\\to\\title\\")
The path is shown correctly in the System Editor. However, AMTITLE is still unable to see the dwg files in these locations (the new ones for obvious reasons, but it can’t see the old ones either).
Considering that a .dwg contains information about the paths and the files that are accessible, it ought to be possible to manipulate it, changing paths and drawings. Can it be done with a lisp program, and what would it look like?
Solved! Go to Solution.