Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm writing a script file to change xrefs to layer 0 and make their paths relative.
I trying to jump from model space to paper space in a script file but don't know how to represent ctrl+pdgdn to switch back to PS for plot... Is there a command for getting to PS from MS?
my script file so far.
FYI: My script file works better in a continuous string with the lisp routine I use for batch scripting (*FILE* replaces drawing name)
OPEN *FILE* ZOOM E -XREF T * R MODEL -CHANGE P P LA 0 ctrl+pdgdn
Solved! Go to Solution.