AutoCAD 2013 :: New Layer VP Frozen In All Viewports

Apr 24, 2012

When hovering over this button in the layer manager the following is displayed.

"Creates a new layer and freezes it in all existing layout viewports. This button is accessible from the model tab or layout tabs".

Key words here being EXISTING and LAYOUT viewports.  So I've got an existing xref attached to an existing layout and per the displayed tip this means, to me, any new layer created within the xref that has this option enabled will be frozen in all existing layouts.

Since a layout is a viewport, I assume this means the layout itself, not a viewport object used for viewing modelspace content from a layout.

Even if this means a viewport object used for viewing modelspace content, that doesn't work either, so what exactly is the point of this feature?

View 9 Replies


ADVERTISEMENT

AutoCad :: Multiple Viewports Where Layers Frozen To Get Desired Display

Aug 6, 2013

I have a few files with layouts that have multiple viewports where layers were frozen to get the desired display, the drawing was saved, yet everytime the drawing is re-opened those layers are on again. This is creating problems because I am batch plotting many drawings at once. The layers are not locked.

View 4 Replies View Related

AutoCAD .NET :: Select All Block Only On No Frozen And Active Layer

Jul 12, 2012

Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor
Dim db As Database = HostApplicationServices.WorkingDatabase
Dim tr As Transaction = db.TransactionManager.StartTransaction()

[Code].....

the only prob is : I want selec all block but not the block on layer frozen, off or not visible...

I can check all layer stat on each block.. (i do that already for check each block (name) but i want a solution more easy.)

View 5 Replies View Related

AutoCAD 2010 :: Frozen Layer In Viewport Becoming Visible After Save

Mar 8, 2012

I have a viewport in paper space with most layers set to "VP Freeze".   When I save the drawing or when a auotsave occurs,  the frozen layers become visible again in the viewport even though they are still marked as frozen. The only way I can get the viewport to display correctly again is to close the drawing and re-open it. How I can stop this from happening?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Command / If Layer Is Frozen

Mar 29, 2012

I have a  Layer named "Arch - Niveau 1".I would like to enter in the command prompt  "a1"..It would read if the layer is frozen or thawed and if it is frozen, it will thaw it?

And if the layer is thawed, it would freeze it..What could be added is: To check up if the layer exists and if not, create it.Would do the same for 2 other layer named "Arch - Niveau 2" command "a2"   and  "Arch - Niveau 3" command "a3". Is it clear?Now the lisp I've found and modified is this:

(defun c:a1 (/ lay ldef flag) (setq layn "Arch - Niveau 1") (command "_.LAYER") (if (not (tblsearch "LAYER" layn)) (command "_Make" layn) (progn (setq ldef (tblsearch "LAYER" layn) flag (cdr (assoc 70 ldef))) (and (= (logand flag 1) 1) (command "_Thaw" layn)) )) (command ""))
 This lisp looks if it exists, if not, create it and only thaw the layer.

I'm not enough familiar with the "not", the "progn" the "flag", "and" and "logand"  (!!!!)

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Insert Block On Layer That Is Frozen

Feb 19, 2013

We are using autocad 2010 and I have written a routine that will insert several blocks on to several layers.  I thought it worked flawlessly, until I used it.  Our drawings use layer states.  When one state is in use, all the other layers are frozen.  We want to insert a block, at a specific point chosen by the user, and the lisp routine will insert a couple of other blocks at that same point, but on a layer that is frozen.  Three blocks installed in all, at the same point, on two layers. The routine works if all layers are thawed, but not if the layers are frozen.

(defun c:lP1 () ; this starts the routine
(setq temperr *error*) ; saves *error*
(setq *error* rerr) ; sets the new error variable
(command "_.Undo" "_mark") ; start of "undo" command
[code]....

View 8 Replies View Related

AutoCAD 2013 :: Xref Layers Frozen But Plotting

Dec 4, 2013

have xrefs in drawing froze some of the xref layers, changed colors on some others looks great on screen, but all the original colors show on plot, along with the frozen layers...is this to do with the xref?

View 2 Replies View Related

AutoCad 2D :: Layer Isolate In Viewports

Jun 22, 2011

I'm using Autocad 2011 and When I'm working in a viewport in paper space, I isolate a layer, work on it, then unisolate it, CAD will automatically turn off (with the lightbulb) all the other layers that I'm not using in that current viewport. This means that every time I'm done editing a certain viewport, I have to go back to my model space, and turn back on all the rest of the layers in my drawing (with the lightbulb) so I can work in a different viewport with different layers. Is this just a bug in my version? or is there some way to stop this?

View 5 Replies View Related

AutoCAD 2010 :: Different Layer States For Different Viewports

Jul 3, 2011

I have two viewports in a drawing file. One is for existing and new conditions and one is for existing and demolition conditions. So, I want one viewport to freeze some layers and the other viewport to freeze other layers. After picking and freezing certain layers in each viewport, I created New Layer States - One called New Floor Plan and the other called Demo Floor Plan.

When I click inside one of the viewports and select the appropriate layer state it changes both viewports to the same layer state. That is not what I want. Is it possible to have one layer state in one viewport and another layer state in another viewport?

View 9 Replies View Related

AutoCAD .NET :: Layer Control In Paperspace Viewports

Dec 17, 2012

How to control existing layers (Freeze On/Off), in an existing viewports  (5 of them in Paperspace) in AutoCad Existing drawing with VB.net?  I just want to trigger On or Off, different layers in each different viewports.

View 2 Replies View Related

AutoCad :: New Layer To Be Switched Off In Existing Viewports

Aug 23, 2011

Is there an way that I can get an new layer that I create to be frozen in all existing viewports on my drawing. I know you can freeze an newly created layer for all new viewports but that does not solve the fact that the new layer will show on all existing viewports.

View 5 Replies View Related

AutoCAD 2010 :: Use The Layer State Manager Within Viewports?

Jan 31, 2013

Let's say you create a floor plan, and you use the Layer State manager to separate the framing plan, finish plan, reflected ceiling plan, etc. Now, when you go to create a sheet, you xref this plan into model space with all of the layers thawed/on, go to your titleblock in paper space and make a viewport.

Currently, if I click into a viewport and use the Layer State manager to show just the information of the RCP, it will freeze all of the layers I don't need, but it will freeze those layers in model space, instead of just within the viewport. It gets very time consuming doing it the way I always understood to do it; making sure all layers are thawed/on in model space, and then going into each viewport and manually VP-freezing each layer I don't need.

So can Layer States be set up to work within viewports, to only have those layers VP-frozen?

View 1 Replies View Related

AutoCAD 2010 :: Layer Properties Not Carrying Through Viewports?

Apr 5, 2012

I have a sheet set with several sheets, each sheet with a viewport that ultimately xrefs to the same base file.  In that base file, I have changed some layer properties (color), but I can't get those properties to show up in the viewports on each sheet unless I go into the layer properties of each viewport on each sheet and change them individually.  On other layers, I have set them to be no plot layers in the base file, but they still plot on the sheets.  I have tried just simply freezing them as well, but they still show up in the viewports.  I have tried viewport overrides, but maybe don't do it properly?  How can I get these properties to translate over to the viewports on each sheet without going through each sheet one by one?

View 3 Replies View Related

AutoCAD Civil 3D :: Modelspace Layer Control Per Viewports?

Nov 19, 2012

Is there an easy way to switch from a viewport in paperspace to modelspace and have the same layer state show up? I typically run with my paperspace set up with the layers showing how they will print (show lightweights and display plot styles) but I would like to be able to switch to model space and only see the layers that are showing in a particular viewport, to minimize manual layer isolation.

I am using C3D 2011.

Civil 3D 2013, HF3.0
Windows 7, 64-bit, SP1

View 4 Replies View Related

AutoCAD 2013 :: PDF Attach And Viewports

Dec 5, 2013

I used pdf attach to insert a pdf into the drawing. I have a plan drawing with viewports that references the drawing file. I tried to turn off the layer in one viewport while leaving the layer turned on in another viewport but i could not get it to plot correctly. It's off in my drawing but when i go to plot its on in all viewports. What is the reason that this happens? my plan file is too large i may have to post it seppartly

View 7 Replies View Related

AutoCAD 2013 :: Paperspace Viewports

Mar 30, 2012

when it comes to viewports in paperspace in 2013, due to the nature of my work i have several layout drawings all drawn on top of each other and all with ther own txt and dims etc, which again is all on top of each other making it impossible to work in model space, for this reason i work in paperspace within a viewport but now i have upgraded to 2013 while i am in mid command e.g. dimension and zoom into first point then zoom back out and in again to second point, by this time i have been kicked out of the viewport and just in paperspace so cant complete the command, doesnt always happen?

View 9 Replies View Related

AutoCAD 2013 :: Viewports Don't Work?

Jan 7, 2013

I have drawn my model and am trying to put it into viewports. I have followed the tutorials provided to the letter, but when I create the viewport nothing shows up.

View 1 Replies View Related

AutoCAD 2013 :: Viewports Don't Have Boxes

Oct 11, 2012

On one of my drawings which was created by someone else, the viewports don't have boxes around them. When you click on them in paperspace, it bring you into model space, and when you click on detail it opens up, but cannot expand viewport., you can't delete it. I want to expand it to bring in detail which is bigger now.

View 2 Replies View Related

AutoCad :: Assign Viewports In Paper Space To A Separate Layer?

Apr 26, 2013

Is it possible to assign viewports in paper space to a separate layer?

Explanation: I have a paper space with one singular viewport. On the same paper space I added three other viewports that I scaled in but only need for one thing. Can I assign these viewports to a layer and apply them when I need them or do I have to make a seperate paper space for each task.

View 9 Replies View Related

AutoCad :: Changing Layer Colours Within Viewports At Command Line

Apr 10, 2012

I am producing some floor plans which I am having to split into several sheets. I am reusing the overall plan in small scale as a key/location plan (in a seperate viewport).

As the viewport is at small scale I want to make the pens thinner so walls don't come out too thick so I go into the layer manager and change the viewport pen colours and freeze off unwanted layers. Trouble is although I can copy the viewport between sheets and drawings it won't remember the layer settings is there a way that I can either: Set a variable to remember the layer settings within the viewport when copying Write a script to change the layer colours within the viewport and vp freeze the unwanted layers so all the keyplan match between all of my sheets.

The script wouldn't be too much problem for me as I mostly use key commands but when I tried changing the layer colours using -la -> c -> red all the viewports changed not just the current one. Is there a different command to change the viewport colours or is it just not possible from the command line.

View 2 Replies View Related

AutoCAD 2013 :: Freeze Layers In Certain Viewports

Oct 11, 2013

I'm using Autocad 2013, and im trying to freeze layers in certain viewports, but the VP freeze/thaw button is greyed out for all my layers and wont allow me to freeze anything. I dont want to use the New viewport freeze/thaw button.

View 1 Replies View Related

AutoCAD 2013 :: Viewports Matching While Pasting

Nov 22, 2013

i have

Dwg A: Circle & Square is drawn in the model space and 2 Viewports in Paper Space annotating the 2 objects
Dwg B: Triangle is drawn in model space and 1 viewport in paper space annotating the triangle

i want to bring the Square detail (model and viewport with annotation) from Dwg A to Dwg B,while copying the Square and pasting it in Dwg B with the same reference points, i am having the square object over the Triangle in model space.I do not want to move the triangle since that is matched with the viewport on the paper space and annotated

i want to move the Square to a new reference (while pasting) BUT in a way to have the layout annotations matching and being asscociated with it,

View 5 Replies View Related

AutoCAD 2013 :: Freezing Layers In Viewports

Feb 6, 2013

I'm working with alot of overlapped x-refs and every layer for each x-ref will come in to the drawing. When I'm using the viewports I need to freeze all the layers for some x-refs that don't need to show in that viewport. Since each x-ref has well over 70 layers I am wondering if there is a simple way to freeze all the x-ref layers in the viewport.

View 3 Replies View Related

AutoCAD 2013 :: Viewports Do Not Stay Locked?

Aug 20, 2012

Some of our drawings have the ability for the viewport view to be dragged despite the viewport being locked. Is there an alternate way to lock, or unlock a view besides the option located on the drawing tray?

We are using AutoCAD 2013

View 9 Replies View Related

AutoCAD 2013 :: Selection Of Overlapping Viewports

Nov 7, 2013

Selection of overlapping viewports,I go two overlapping viewports.The issue here that I couldn't access the model space of the small viewport. Double clicking it will access the model space of the big viewport.

View 2 Replies View Related

AutoCAD 2013 :: Unable To Copy Viewports

Oct 9, 2013

So in the last week or so, my C3D 2014 randomly decided not to copy viewports.  It copies the box, but nothing in it.  Plus you can't go into model space in the copied viewport.  Just looks and acts like a normal rectangular polyline.  But when you check the properties, it still says it is indeed a "Viewport" object. 

Short of reinstalling the software, any setting that would cause this?

View 4 Replies View Related

AutoCAD 2013 :: Deselect In Viewports When Panning?

Sep 13, 2012

I have an issue when working in paper space in an active viewport. As a quick change i want to move a few items and im zoomed in to do so. Problem is, when i select some items, then pan with the 3rd button on the mouse to select more items, it deselcts all the items i previously just selected.

Is there a fix or something i need to change in options for this? In AutoCAD 2011 there is no problem, but my upgrade to 2013 has the issue and its such a pain, i've reverted to the old program.

View 9 Replies View Related

AutoCAD 2013 :: Viewports Not Plotting Properly?

Apr 27, 2013

I've been messing around with a 3D drawing trying to get it to plot properly. I have 4 viewports on the layout, and the issue is that parts of the viewport are being mysteriously chopped off, as if some great big white box is covering part of the viewport. This is definitely not an issue with printer margins - this is occuring in the middle of the page.

I've deleted all the viewports and created new ones, but the drawing is still being cut off in the same locations. 20 sheets of A3 and most of the day later.

View 6 Replies View Related

AutoCAD 2013 :: MS Objects In Viewports Appear Blank?

Jun 11, 2012

when I open my .dwg file the viewports are OK, but when I switch tabs then all the viewports in all the tabs are blank

2013 Civil 3D

View 7 Replies View Related

AutoCAD 2013 :: Annotative Text Using Multiple Viewports

Jul 9, 2013

I am trying to learn Annotative text using multiple viewports.  My question: I have text in Model space with Annotative scales to match two different viewports in layout space. Sometimes the text or dimensions for that matter appears in a different place in the two windows. What gives?

View 7 Replies View Related

AutoCAD 2013 :: 3D Drawing - Views In Viewports Not Stable?

Jan 7, 2013

I have 3D drawing. I put camera's in several places and situations. In viewports I choosed a camera in every viewport. They work nice so long the drawing is open. When I close the drawing after saving it ofcourse. When I open it again , the viewports jump to SOUTH-EAST. and I have to rearrange the view of the cammera again. Although I used the command UCSFOLLOW to solve this, but it did not work.

PS. that happens only in the viewports which based on camera's. The views in other viewports which are not based on camer's, stay without chaning or jumping.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved