What sort of 'object'?
I would just make another layer for it and viewport freeze that.
Registered forum members do not see this ad.
It would be a great help if there is a way to show or hide a specific object (not the layer it is sitting in) in a specified viewport without affecting its visibility in model space or other viewports.
I came across a .vlx file from www.cadstudio.cz/dl./hideshow.vlx that does the job of showing or hiding an object in model space( and hence in all viewports).
If someone got a lisp routine for object display just affecting the current viewport, it'll be real help.
Thanks,
Suribalu
What sort of 'object'?
I would just make another layer for it and viewport freeze that.
Thanks for the reply mate. Object is any autocad shape. Say, I have 15 leaders in a layer and I want to show only few of them in a given viewport. In another viewport I may be showing all 15. I'm constrained in creating more layers because I'm working on my company template which has been there for long and I just can't create new layers on my own.



yes i can see a lisp for doing this doing something like:
select objects
create new layer called "vpfrozen"
move objects to new leyer
vpfreeze layer in current viewport
which is no good for a business that doesn't trust its CAD users!
Registered forum members do not see this ad.
You could try putting the leaders in paperspace and avoid the viewport visibilty issue altogether.
Bookmarks