AutoCAD 2013 :: How To Freeze Layers Of Block Within Viewport
Jan 6, 2014How to freeze a specific layer inside a block within the viewport?
View 3 RepliesHow to freeze a specific layer inside a block within the viewport?
View 3 RepliesIn 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?
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 RelatedI'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 RelatedWhen would i use the on/off option in layers over using freeze?
View 3 Replies View RelatedTurn on/off layers in the current viewport only, I’m wondering if there is a command that can be plugged on the “quick access toolbar” by which one can turn on/off layers in the current viewport only.
The available command to do so is “Freeze and thaw in current viewport” (attached) and it sounds it can’t be plugged in the “quick access toolbar”!
Is there a way to plug the command “Freeze and thaw in current viewport” in the “quick access toolbar” (attached)?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
How to freeze a layer in model space but still be visible in a viewport.
The layer just gets in the way in my model, I could just turn it on whenever I need to print the page but surely theres an easier way.
i have one layer, when trying to freeze by viewport, does not show the icon for such, other layers do, what would cause this?
View 1 Replies View RelatedMy viewport is currently struggling handling an imported 700k Poly ZBrush sculpt. My tech current specs are -
- 3DS Max 2011 - Updated, with no extra patches.
- i7 2.80GHz
- ATI Radeon HD 5700 Series (Default Settings, DirectX 9 + Redraw Scene on Window Expose on)
- 2x2 Gig RAM
- Windows 7 64 Bit
the viewport will constantly freeze/pause for 3 seconds before orbiting or panning just fine, and when using tools such as relax or soft-selection on a small area of the basic naked human mesh (About 400 verts) the viewport will drop to be about 2 fps.
I don't know whether this is the most appropriate rig in the world, but from my previous experience with slower rigs on 3ds 7-9, 700k wouldn't produce unbearably stuttering viewport renders.
Are there any obvious ways I could improve 3DS's performace?
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 RelatedI 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 RelatedWe 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?
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|".
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 RelatedI 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.
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 RelatedEvery 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 RelatedEverything 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.
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 )
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.
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.
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).
Trying to change the color of a layer in a viewport (different than the default layer color (i.e. model layer color)). Objects are set to bylayer. Changing the VP color in the layer dialog brings up the color dialog, select a different color, click OK and the VP Color DOESN"T change in the layer dialog. It stays at its previous color. Occurs on several machines.
View 9 Replies View RelatedMy units are set to decimal. In acad 2004, the dropdown list showed options like 1"=50' In 2013, it shows options like 1/32"=1'-0" How can I get it to display such as 1"=50' like before?
View 2 Replies View Relatedwhy a standard block, created by autodesk (a dynamic arrow with gradiated hatch to be exact), shows in model space but not in the viewport.
It's not on a frozen layer or non print layer.
i am using:
Autocad LT 2009
Win 7 Pro 64bit, Dell Precision M6500
I am looking to site a viewport within a block in order to control its presence with visibility states. Is there any way of doing this and maintaining the ability to enter mspace through the viewport?
Or is there another way of controlling its presence (like visibility states)? I basically need to give the option of either a portion of the title block showing a site location plan OR a section furnished with an mtext box to add general notes.
turn off layers in individual view ports yet keep them on in the model space tab? UPDATE: Just figured it out. Click on the sun icon under VP Freeze.
View 4 Replies View RelatedIs it possible for a layer to be hidden in one viewport, and be shown in another?
View 6 Replies View RelatedI am trying to create a viewport field so when you change the viewport scale, the title block will update. The only problem is that I when I scale to 1:500 its stating its 2:1.
As I am working with the unit scale "meters" and when I want to scale my drawing at 1:500 the command I use is z (enter) 2/1xp. But I want the viewport field to say 1:500 instead.
I have about 10 instrumentation enlarged plans that are drawing in model space and all the equipment text and instrument bubbles and blocks are in paper space.
All of the drawings are at 1/4" but they are getting loaded down with too much info, so we are cutting each of them into twenty drawings instead of ten. While I can change the view port very easily and scale it up accordingly, after I do that I will have to re arrange the text and blocks. I'm looking for a way to scale the blocks and text in a way to where it will change the location of the text and blocks, without actually changing the size. So I bring the drawings up from 1/4" = 1'-0" to 1/2" = 1'-0". If I scale all of the blocks up by 2, it will put them in the right location, but all of the text and blocks will be too large. I could select them all and change their scale down in the property palette, but I would still have to trim down all of the leader lines going from the instruments to their bubbles.
Long story short, is there a way to scale a block or text from a basepoint to where if you scale it, it will change it's location, but not the scale of the block or text?
I have a sub that gets a page number and a collection of layer ID's to freeze. The sub will freeze the selected layers in all of the viewports except for the new one.
After running the program, the layers in the specific viewport are still visible, but when you go into Model mode in the viewport and check the layer status, it shows the selected layers are set to Freeze in the viewport.
If I save the drawing, exit,and re-open it, the layers are now not visible. I believe I have the "Regen" in the correct spot.
The code is attached.
' Freezes the selected layers in all other existing viewport layouts Public Sub freezeOtherLayouts(ByVal pageNumber As Integer, ByVal layersToFreezeLayerIds As ObjectIdCollection) Dim doc As Document =
[Code].....