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


ADVERTISEMENT

AutoCAD 2013 :: Freeze Layers In Xref'd Viewports By Selecting Them In The Viewport

May 8, 2013

In previous versions of Autocad 2008 and earlier you could start a new drawing xref in a drawing then switch to layout and create a viewport that would show the xref.    Then you could click inside that viewport and run the FL (freeze layer) command and selectively freeze layers by clicking on them.

In my current version of Autocad Civil 3D 2010,  when I follow the same steps as above and run the FL (freeze layer) command inside the viewport, the entire layer contents within the viewport freeze as if everything is on that one layer.

I notice that if I pull up the layer manager box and go down the list of xref'd layers and select the freeze in viewport option for each of the layers I need to freeze it will do what I need to have done,  But I'd like to be able to be able to selectively freeze these layers visually within the viewport like I've always been able to do, instead scrolling down a long list of layer names and freezing them that way.

how to do this in Civil 3D 2010?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Freeze Layers In Viewports On Named Pages?

Jun 24, 2013

I am in need of a LISP to freeze layers in viewports on named pages. I found the following functions to return the frozen vport, but it only returns the list of already frozen and it only works if the viewport is active; besides just listing the frozen layers isn't enough. I need to be able to supply the page/tab and a list of layers to freeze.

; by Jürg Menzi 1999(DEFUN GetFrozenLaysInVport (/ LayLst) (FOREACH memb(GetMviewInfo) (IF(= (CAR memb) 1003) (SETQ LayLst (CONS (CDR memb) LayLst)) ) ) (REVERSE LayLst))(DEFUN GetMviewInfo (/ ActVpt CurSet IDX RetVal TmpVal) (SETQIDX TActVpt (CAAR (VPORTS)) ) (IF (OR(= ActVpt 1)(= (GETVAR "TILEMODE") 1) ) (SETQ RetVal nil) (PROGN (SETQ CurSet (SSGET "X" '((0 . "VIEWPORT")))) (WHILE IDX(SETQ TmpVal (ENTGET (SSNAME CurSet 0) '("ACAD")))(IF (= (CDR (ASSOC 69 TmpVal)) ActVpt) (SETQIDX nilRetVal (CDR (ASSOC "ACAD" (CDR (ASSOC -3 TmpVal)))) ) (SETQ CurSet (SSDEL (SSNAME CurSet 0) CurSet))) ) (SETQ CurSet nil) ) ) RetVal)

Is it possible to provide the page/tab name and a list of layers as aguments to a subfunction that could either activate the viewport and freeze a list of layers, or simply freeze the layer list for the named page's/tab's corresponding vport.

Important: most of my pages/tabs contain at least two vports. The largest of the two vports is the only one I wish to change, but if the layer list is frozen on all vports (per page/tab) it will make no difference because the smaller vport only requires that layer 0 is visible.

View 6 Replies View Related

AutoCAD 2013 :: Use On / Off Option In Layers Over Using Freeze?

Nov 14, 2013

When would i use the on/off option in layers over using freeze?

View 3 Replies View Related

AutoCAD .NET :: Viewports That Allow Freeze Vs Viewports That Do Not

Oct 21, 2011

The code I'm using is supposed to go through all of the layouts and freeze the specified layer in the single viewport that is defined on that layout.  It works for some viewports, but not for others.  A "List" of the objects show the viewports are the same.  I have a LiSP routine that gets me more info about selected objects.  The first is a viewport that does not freeze the specified layer, the second does freeze the layer.  Here is the code I'm using:

Public Sub FreezeNewLayerInVPs(ByVal pageNumber) Dim doc As Document = Application.DocumentManager.MdiActiveDocumentDim db As Database = doc.Database Dim layerToFreeze As String = "DETAIL_" & pageNumber Using tr As Transaction = db.TransactionManager. Start Transaction( )Dim layTable As LayerTable = DirectCast(tr.GetObject(db.LayerTableId, OpenMode.ForRead),
[code]...

View 1 Replies View Related

AutoCAD 2013 :: How To Freeze Layers Of Block Within Viewport

Jan 6, 2014

How to freeze a specific layer inside a block within the viewport?

View 3 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

Revit :: Tiled Viewports / How To Freeze Size - Orientation

Dec 7, 2011

Getting used to using tiled viewports, and wondering how to keep the viewports from reshuffling/resizing on a temporary basis, so I don't have to keep manually resizing them whnever I, say, maximize one view to work on it.  When done working in one maximized tiled workspace, I'd like to return to the previous orientation of the tiles.  Right now, I have to manually resize/reorient the tiles.  Any suggesitons on how I can return to  a "preferred tile format"?   For instance, I might want a plan view, two elevations, and a 3-D, with some tiles larger than others, to return to reglarly after maximizing one to work in temporarily.

View 1 Replies View Related

AutoCAD LT :: Layers In View Port Will Not Freeze

Aug 25, 2013

I'm on my paper space layout tab,  I double click inside the viewport so I'm in model space,  I open the layer properties with the full drop down menu and click on the far right column with the snowflake icon which is suppose to freeze the layer for that particular view port.  It does not freeze the layer.  I'm starting to wonder if it is something with the program.

View 5 Replies View Related

AutoCAD 2013 :: Freeze During Publish In 2013?

Sep 20, 2012

I am having problems using the publish command in Autocad 2013. The command works fine in 2010. I am able to plot normally in 2013. As you can see from the attached screenshots my settings are the same in both versions. The command freezes up during plotting of the second drawing in any group.

View 4 Replies View Related

AutoCAD Civil 3D :: Can't Freeze Pipe Layers Through XREF

Jan 21, 2013

We have our pipe networks living in a master file that is XREF'd to our sheet files. Now, the pipe and structure objects are all the layer C-PNET. The style for the pipes is comprised of the layers C-STRM-PIPE (for pipe walls) and C-STRM-PIPE-PATT (for the center line that is the width of the pipe). When I go into the XREF I cannot freeze OR change the color of the layers comprising the pipe style even though they are all set to ByLayer in the style dialog. The only way to freeze the network is to freeze the layer the pipe network is on C-PNET. However, this presents other problems with our file setup and we dont want to universally freeze C-PNET.

why we cant freeze the portions of the pipe network that are defined in the style as being on C-STRM-PIPE, and C-STRM-PIPE-PATT? If so, how do we remedy this?

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Freeze All Xref Layers?

Apr 24, 2013

I have the following code that works, most of the time.  Actually, it works or completes itself all the time, but there is no "all encompassing" measures incorporated.

All of the reference entities, believe it or not, are on layer "0".  There are also some consistent layers, that you can see in the code below.  However, a user may create or even remove any layer in the reference drawing.  Therefore in my current drawing, I may have layers that are not frozen in the xref.

Like i said, the following code works, but not all encompassing.

(setq filename "7102-002-950 UC10-03")
(setq FreezePRD (strcat filename "|_PRD"))
(setq FreezeSLD (strcat filename "|_SLD"))
(setq FreezeBORDER (strcat filename "|0_BORDER"))

[Code] ........

I guess what I'm looking for is to freeze all layers that begin with "7102-002-950 UC10-03|".

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: LAYISO To Freeze Layers Instead Of Turning Off?

Jan 8, 2014

How would I get LAYISO to freeze not turn off layers I do not want to see? I did this in AutoCAD 2006 but recently upgraded to 2014 and do not remember how I did it.

View 6 Replies View Related

AutoCAD LT :: Visibility Of New Layers In Viewports

Jul 17, 2012

AutoCAD insists on making newly created layers visible in all previously established viewports, even when I have set the visibility to off when creating the new layer.  I have found to correct the problem is by going viewport to viewport (with the layer window open), clicking within the viewport and changing the layer visibility to "off." 

I would like to have a global variable for new layer viewport visibility.  by default, I would turn-off all visibility of new layers in existing or new viewports.  Then I could turn them on where I needed them without having to clean up after AutoCAD.  This is a logical default, because if I have not previously established a layer, it is likely that I would not want/need to see that layer in most previously established viewports.

View 1 Replies View Related

AutoCad :: Layers Not Staying Set In Viewports?

May 11, 2011

I'm having a problem setting layers in various viewports. I set them (using VP freeze), they appear to be fine, I save, yada yada, but after a while all the layers turn back on within the viewports. Very frustrating. I am starting to think that there is a fundamental problem with my layers system- possibly having to do with my profile setting, but I don't know enough about setting and managing profiles to know where to start. Or it could be something else.

View 6 Replies View Related

AutoCad :: How To Turn Off Layers In Viewports

Jul 17, 2012

I have a one drawing in MS with 5 layers.

I have 2 viewports in one layer tab from that drawing with different scales.

I want to turnoff 2 layers in one of the VP but have them turned on on the other VP.

View 8 Replies View Related

AutoCad :: Using Layers To Change Viewports

Apr 29, 2013

Attached is file.

Model Space: has two objects one being a circle and one a rectangle

Paper Space: I have created two layers title "Area 1 Viewport" and "Area 2 Viewport". My goal is to get it so I can "Area 1" layer and the circle appears but when I turn it off that viewport goes away. Then when I apply "Area 2" viewport the rectangle appears but when turned off the viewport goes away. Currently the frame of the viewport is assigned to the layer but the objects still stay.

View 7 Replies View Related

AutoCad :: North Points Layers In Viewports

Aug 15, 2013

Want to know if there is a better way to have multiple north points in a drawing with out having them on their own layer

I produce drawing along the length of a road so use viewports to cover the length so when the viewports overlap I have a cut line and this often means at the end of one viewport you see the next viewports north point.

Currently I have the north point block drawn on its own layer then I end up creating 2 or 3 move layers to put the blocks on so I can freeze the new layers in different viewports hiding then from the previous if that makes sense.

View 3 Replies View Related

AutoCad :: Unable To See All Layers From Xref In Viewports

Mar 25, 2012

Im having some problems with a file im working on. I have a file with an x-ref, when im in the model space i can see all layers i want to see, but in the viewports i created in the file i noticed that 2 layers(layers that i really need to see) dont show up. Ive checked the freeze/thaw, on/off, plot/no plot settings, layerstate, i tried creating a new layer in the x-ref file(the parent file) and putting these things that dont show in the new layer but nothing changes. I'll attach two images for the layer settings.

So, whats missing in the viewports is the cyan text where it says "Klassisk sal"and some other text surrounding it and the cyan box with the text "Mko 12.002". The highlighted layers in the layer properties window are the associated with these items

Viewport.jpg

here is the layout, the layout is active and again the two highlighted layers are the ones associated with the objects missing.

View 5 Replies View Related

AutoCAD 2013 :: Freeze And Cursor Disappears?

Mar 13, 2013

This has been occurring numerous time more than it should. While in a drawing mid command, panning, typing anything pretty much my cad freezes. The rest of my computer is fine everything works properly but CAD is frozen and when i bring my pointer into the program it disappears. I can even open cad up again and the old CAD will stay open. It shows the drawings i have open on the tab bar and i can’t close out of them. I have a computer that’s more than capable to work properly.

View 1 Replies View Related

AutoCAD 2013 :: Hatch Causes Program To Freeze?

Feb 28, 2013

Every time I try to hatch a larger area, my AutoCAD 2013 program freezes and I need to close the program and restart it, losing anything I hadn't saved prior to the freeze. In addition, certain areas won't hatch because the program is telling me I have open boundaries which is not the case.

View 3 Replies View Related

AutoCAD 2013 :: Freeze When Cursor Goes Over 3D Solid

Dec 3, 2012

Everything works fine until the center of my cursor passes over a 3d solid, the cursor then disappears, the spinning circle icon spins for sometimes minutes, and the display greys over, and I cannot click 'ESC' or Ctrl + C to abort this cycling. I have to wait, sometimes 30 secs, sometimes 2 minutes for it to stop freezing and the screen returns to normal. 

As I work in 3d solids a lot, this makes Acad 2013 unusable to me. Acad 2007 was not an issue with this problem I still have it installed as I have to revert back to 2007 to do anything with 3d solids in it.

View 4 Replies View Related

AutoCAD 2013 :: Menu Bar / Toolbar Freeze?

Mar 26, 2013

I have installed AutoCAD 2013 student on my Laptop (Win7 32Bit) and want to work now.

But I have the problem that my Menubar always freezes / becomes instabil.

-> When I open ACAD, the menu bar is by default on "Home", when I click on the tab "Insert", the tools of "insert" aren't visible, there are still the tools from "Home" shown (Line, Polyline, Circle etc.)

But when I click on these wrong shown tools, the tools of "Insert" become active. (Only the 'surface' doesn't react)

Well, I see always the Home-tools. All the other tools aren't displayed to me, but they work (if u know where they are, you can guess and click and hope you hit the right one )

View 7 Replies View Related

AutoCAD Architecture :: Freezing Layers In Xrefs Within Viewports?

Feb 21, 2011

I have an xrefernced drg , which i print from a layout/paperspace .I freeze certain layers using VPort freeze in layer properties and save the drg whenever i close and reopen the drawing the layers are thawed in the viewport again.

View 2 Replies View Related

AutoCAD 2010 :: VPFreeze New Layers In All Layout Viewports

Aug 23, 2013

I have a drawing file with lots of layouts, some of which have multiple viewports.  I want to create a new layer and use it in just a few viewports.  Is there a way to set the default vpfreeze setting to frozen for new layers?  That way I can just thaw it in a few viewports instead of trying to vpfreeze it in a lot.

LT, C3D 2005 - 2014
XP, Vista, 7

View 1 Replies View Related

AutoCAD 2013 :: Momentary Freeze When Selecting Solids

Aug 16, 2012

The problem is when I select a solid, autocad freezes for about a minute.  After that minute, I can execute a command.  During that minute of inactivity, I can use anyother program or part of windows normally with no apparent degradation.  If I click in an autocad window, toolbar,etc, all the open autocad windows cloud over and the cursor turns to a spinning cursor.  Outside of an autocad window the cursor is normal.  This is how it works in the noun/verb process, grip editing.  However, if a command is issued first, then the selection of solids is instantaneous. The solid(s) are appropriately highlighted and everything proceeds normally in the verb noun approach.

I have played with a variety of suggested performance settings in windows and in autocad.  I have updated the graphics drivers so I always have the latest version.  I have a quadro fx 3700, 16gb ram, and 2.5 tb of disc space.  

View 6 Replies View Related

3ds Max :: Freeze / Lock Selection Automatically From All Layers

Apr 2, 2012

Is there any way to freeze/lock selections from all layers other then current layer automatically-like we do in Photoshop where no object other then selected layer is select able.

I have to switch layers quite often and not want to select objects from any layer other then current layer. but for this i have to first freeze the previous layer and then unfreeze the current layer and so on.

View 2 Replies View Related

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 2013 :: Open And Save Drop Down Menu Freeze?

Mar 6, 2013

Windows 8
Autocad 2013 64bit service packed

Every time I use the drop down menu to select unit to save OR open a file, it freezes and then all the programbecomes not responding (have to force close from windows utility).

View 6 Replies View Related

AutoCAD 2013 :: Freeze Text Objects On Same Layer In One Viewport?

Oct 22, 2013

Can you freeze text objects on the same layer in one viewport but have it still appear on the other viewport without having two separate layers.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Freezes Layers In Viewports But Not In Model Tab

Dec 27, 2013

Here is the lisp I am attempting to use:

(defun c:ada ()(setvar "cmdecho" 0)(command "-layer" "t" "*" "on" "*" "s" "0" "f" "*" "t" "*ex_*" "t" "*all_*" "t" "rev*all*" "t" "*prop_*" "f" "*geo_*" "f" "*util_*" "t" "*grd_*" "t" "rev*grd*" "f" "*z_*" "f" "alt*" "f" "*grd_elev*" "")(command "_vplayer" "f" "*grd_elev*" "c" "t" "*grd_ada_*" "c" "" "") (setvar "cmdecho" 1))

 The purpose is to show the proposed grading plan at a smaller scale so that we can give detailed grading plans to meet City Regulations per ADA codes. I understand that this can be accomplished by blocks and attributes, but when you have hundreds of spot elevations that can become cumbersome and less customizable than mtext. The large scale drawings can not have all of the spots shown or it would be too cluttered. But I want to be able to see all of my elevations when I am working in model space to ensure that all of my leaders and spots move together.

View 9 Replies View Related







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