Pause in macro

Pause in macro

Anonymous
Not applicable
378 Views
2 Replies
Message 1 of 3

Pause in macro

Anonymous
Not applicable
Hello everyone.

I need to pause a macro to switch from model to paper space. Any ideas!?

Alternatively a script to achieve this would be just as good.

Thanks in advance.
0 Likes
379 Views
2 Replies
Replies (2)
Message 2 of 3

Kent1Cooper
Consultant
Consultant

@Anonymous wrote:
....
I need to pause a macro to switch from model to paper space. Any ideas!?

Alternatively a script to achieve this would be just as good.
....

Welcome to these Forums!

 

Within limits, you can build switching to Paper Space into the middle of a macro.  If you're talking about switching from Model Space within itself to Paper Space:

 

_.tilemode 0

 

If you're talking about being in Model Space through a Paper Space Viewport, and switching to the containing Paper Space:

 

_.pspace

 

But it depends on what you mean by "pause" the macro to do this.  You can't switch spaces in the middle of a command [transparently].  Can you describe the circumstances in more detail?

Kent Cooper, AIA
0 Likes
Message 3 of 3

Jonathan3891
Advisor
Advisor
Delay 1000 (should be equivalent to 1 second.)

Jonathan Norton
Blog | Linkedin
0 Likes