REMOVE ALL Paperspace Viewports Layer Overrides

REMOVE ALL Paperspace Viewports Layer Overrides

BrianHailey
Mentor Mentor
525 Views
1 Reply
Message 1 of 2

REMOVE ALL Paperspace Viewports Layer Overrides

BrianHailey
Mentor
Mentor

I have a drawing that has layer overrides applied to paperspace in 30+ layouts. I think the first sheet was created, a user changed a layer property and accidentally overrode the vplayer for paperspace (not in a viewport), and then duplicated the layout.

 

I want to cancel the overrides for all 30+ sheets but the VPLAYER command doesn't work. It will work for all the viewports in the drawing and the paperspace for the current layout but does not work for any of the other paperspace "viewports" in the other layouts. Anyone have any suggestions on a quick way to fix all the sheets?

 

***THE POST TITLE HAS BEEN EDITED FOR CLARITY***

Brian J. Hailey, P.E.



GEI Consultants
My Civil 3D Blog

0 Likes
Accepted solutions (1)
526 Views
1 Reply
Reply (1)
Message 2 of 2

cadffm
Consultant
Consultant
Accepted solution

Hi,

 

and one time walking to thru 30 Layouts is to much?

yes it is

Create a macro, this way it is 30x CTAB and 30x this macro (macro for reset overrides in current vport only)

Commandmacro:

'_.VPLAYER;_rem;_all;*;_cur;;

 

or with Lisp one click for all Layouts

Sample for a Quick&Dirty way

Command: (foreach ctab (layoutlist)(command "_.CTAB" CTAB "_.PSPACE" "_.VPLAYER" "_rem" "_all" "*" "_cur" ""))

 

HTH

Sebastian