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


ADVERTISEMENT

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 :: 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 :: 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

Photoshop :: No Freeze Option In Liquify Tool

Aug 31, 2012

I just started using CS6 and there is no freeze option in the liquify tool.Am I missing something?

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

Photoshop :: Layer Blending Option Mess With Other Layers Option

Oct 2, 2011

As you might see in layer panel. there is a blending option applying on text. and when i try to applying new blending option i-e drop shadow or inner shadow to layer shape 5. it will mess with also to text layer.

View 6 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 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 :: 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 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 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 LT :: Freeze Layer In 2013 From Layer-II Toolbar Menu

Jul 26, 2012

I try to freeze layer in ACAD LT 2013 from Layer-II toolbar menu but it is not working.

View 1 Replies View Related

AutoCAD 2013 :: New Wipeout Frame Option

May 23, 2012

With the new "Display but not plot" option for Wipeout, I notice that the frame shows when I pass over it and is selectable.  Can the frame be off and not selectable/visible, which is how it worked for me previously?

View 4 Replies View Related

AutoCAD 2013 :: Is There A Chord Placement Option

Oct 18, 2012

The above image is the closest description of what I mean by a "chord" setting.  I need to be able to place lines with a specific length and orientation at a certian radius from two nonparallell curved lines. I've been finding it extremely difficult.

The blue lines are the property lines and the circles are the setbacks (hypothetically). To simplify the problem I offset the blue lines by the setback like so. which brigs me to the original problem. I need to place the building at the optimal point. So far, I have only been able to  get close and I know/think there should be a better method to solve my problem. In the example I provided, I knew exactly where the building should be placed because the offsets were the last thing I drew.  How can I get this result if my drawing is composed of fully drawn but nonaligned components?

View 1 Replies View Related

AutoCAD 2013 :: Why Delete Option Greyed Out

Nov 2, 2012

Why is the delete option greyed out?

View 2 Replies View Related

Paint.NET :: Option To Work Without Layers?

May 20, 2011

Is there an option to work without layers?

I know layers offers many advantages and I have worked in them, but this time I would

like to work in a single canvas and simply past pics to it, manipulate, then print.

View 2 Replies View Related

AutoCAD 2013 :: Saving Drawing Using Save Option

Apr 13, 2012

I have problems with saving my drawing using the save option. I click save but when i close the drawing and reopen it i realise it didnt save at all. I actually have to 'save as' to get it saved.

View 4 Replies View Related

AutoCad 2D :: Strike Through Text Option In 2013 Version

Sep 25, 2012

I've read about the new option in Text Editor to be able strike through text in Multiline Text, but when I upgraded to 2013 I did not have the option.

Explains what the strike through text style is but not how to add it to my Text Editor ribbon. My understanding is that it should be a button in the Formatting Pallet under the Underline button, mine just shows Background Mask there. When I expand the formatting pallet I don't show a strikethrough option there either.

View 7 Replies View Related

Photoshop :: Use The Create A New Set Option At The Layers Palette And What Is It For?

Jul 5, 2007

I've been working with photoshop for a couple of years now but I'm not a pro.
Does anyone know how to use the "Create a new set" option at the Layers Palette and what is it for?

View 7 Replies View Related

AutoCAD 2013 :: Object Selection - Only Entire Drawing Option

Jan 12, 2013

I'm experiencing problems with selecting objects. Usually, when I double clicked multi line text, I could edit it, now I get a text: "select an MTEXT object:", which basically means I have to select it again.

Another example of this is quick selection tool. Usually I selected the objects, then went to quick select pop up screen and under "Apply to:" I selected "Current selection". Now, there's only "Entire drawing" option and if i want current selection, I have to re-select it again.

I checked all the selection options and stuff. I attached some screenshots.

View 2 Replies View Related

AutoCAD 2013 :: Option To Enable Drawing To Fill The Screen

Nov 4, 2012

Is there a button/option which enables the drawing to fill the screen

View 3 Replies View Related

AutoCAD Inventor :: Hidden Line View Option In 2013?

Aug 19, 2012

In solidworks there's a "hidden line" option that displays a 3d part with all its sketch lines (instead of a regular solid) which allows the user to view all the different sides of the part easily. So I was wondering if there's such an option in autodesk inventor 2013. Currently, to view all the different sides and aspects of a part easily, i have been changing the part's material to polycarbone or some other plastic material; this makes the part a little translucent. But this is less effective than the hidden line vew availble in solidworks. method  that makes different parts of a 3d part more easily to be viewed? 

View 1 Replies View Related







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