Script files

Script files

norman.hull
Participant Participant
511 Views
2 Replies
Message 1 of 3

Script files

norman.hull
Participant
Participant

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

0 Likes
Accepted solutions (1)
512 Views
2 Replies
Replies (2)
Message 2 of 3

bsanada
Advocate
Advocate
Accepted solution

Set tilemode to 1 for model space and 0 for paper space.

 

Brad

0 Likes
Message 3 of 3

norman.hull
Participant
Participant

Thanks so much Brad... worked well. As you can probably tell I'm just a beginner. Much appreciated

Norm

0 Likes