AutoCAD 2010 :: Xref / Layer States Manager

Jul 20, 2011

I have a Xref with multiple Layer States,

I xref'd it into a sheet with Floor plan Layer States,

nowi want to Xref it in again with the Ceiling Plan Layer Staes.

Just to be clear i want the same Xbase Xref'd in a sheet twice with 2 different layer states. how do i do this????

View 4 Replies


ADVERTISEMENT

AutoCAD 2010 :: Layer Manager Show ALL / Xref Layers But Not In DWG ONLY

Aug 31, 2013

Do the people that develop (anti-endusers ) the upgrades ever think like an end user? Having the Layer Properties Manager set up with default filters that show "ALL" layers or "Xref" layers without a default for "Layers Local ONLY" is so counterintuitive and non-user friendly! This is just another example of how Autodesk has absolutely no regard for the end user.

View 2 Replies View Related

AutoCad :: Layer States Manager In 2013?

Oct 24, 2012

I have 3 states setup in the Layer States dialog box. I have even edited them to make sure they are setup. But, when I choose one and hit the Restore button, they don't. However, if I go thru the command line, they do work. Is the layer states dialog broken in 2013?

View 1 Replies View Related

AutoCAD 2013 :: Batch Layer States Manager

Dec 6, 2013

Most our our plans sets have several (10+) plan sheets, all with the same reference drawings and layer states (properties) setup. Currently, if we need to change a particular color of a single layer, we need to open up all of the plans sheets individually and change the color (or import a layer state). This takes a lot of time.

We are looking for a third party program where we can run a batch program to update the layer states of several similar drawings automatically, without opening each individual drawing.

View 1 Replies View Related

AutoCAD 2013 :: Layer States Manager Will Not Load Linetypes

Jul 2, 2013

Why is it, when I restore a layer state to a blank drawing, it cannot load the linetypes saved to those layers? I get an error that says Linetypes not loaded and then wind up with a full set of layers all with CONTINUOUS linetype.

If I bring in a block from a toolpalette that has a new linetype and layer, it will create them for me just by inserting the block. Am I missing something??

View 6 Replies View Related

AutoCAD 2013 :: Xref Reload And Losing Layer States?

Nov 2, 2012

We recently upgraded from 2006 to 2013. We had a lisp routine in 06 that would reload all the xref's in a sheet so the layer states would update since simply reloading the xref did not always work. Below is the code we used. Now, in 2013, when we run it, I lose all layer states.

(defun c:xrl ()
(setvar "visretain" 0)
(command "_qsave")
(command "xref" "reload" "*")
(setvar "visretain" 1)
(command "_qsave")

View 9 Replies View Related

AutoCAD 2013 :: Xref In Layer Properties Manager

Apr 10, 2012

As I recall, in previous versions of AutoCAD, when I am in the Layer Properties Manager and I click on an xref under the Xref heading, the only layers shown were the ones in that xref, not all.

That is what is happening now. I cannot seem to find any setting under the settings for the Layer Properties Manager that would change this.

View 3 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 2010 :: Managing Layer States

Apr 12, 2012

I just started using 2012 and have few problems. I do MEP drafting and usually use multiple states within a dwg. we create bases and xref them into the various disciplines.  When I toggle between the different saved states within a dwg, the layers in the dwg appear, but the xref layers turn off every time. is the a glitch?

Also i don't know how I turned this on, but there is a blue box that appears on my crosshairs and shows me the different lines that I select.

View 2 Replies View Related

AutoCAD 2010 :: Xref Manager Saving State List?

Nov 9, 2012

We have a procedure of detaching Xref's from any drawing on our project to minimize Navisworks load time.

Is there a way to save a list of xref’s that are in your drawing so the next time I go back to that drawing I can just pick on the saved list and it will pull up all those xref’s??

We load a composite of over 2000 models.  The drawings that contain xref's in them increase load time so we have to detach all xref's from the drawings before we save to minimize this load time.

View 2 Replies View Related

AutoCAD 2010 :: Properly Updating Layer States

Nov 19, 2013

At work we have been using layer states to set line weights and colors in multiple xref's for plotting demo and install drawings.

So what is happening is that we continue to receive updated files from other groups and I'm unclear on how to update the layer state to include the new layers that have been included in the updated xrefs.

View 1 Replies View Related

AutoCAD 2010 :: Manage XREFs And Layer States

Jan 8, 2013

I have been searching for a solution to better manage xrefs. We work with arch. dwgs and they often contain several nested xrefs. While working in our "base.dwg", I need a method to correct the problem of some layers in the xrefs from displaying in the base.dwg when they're frozen in the xref dwgs. VISRETAIN is at 1. What I'm having to do is click on the problem geometry, identify what xref it's in, open that xref to record the layer state(all the layers that should be frozen or thawed), go back to the base dwg, look in Layer Manager to indentify that xref's layers and freeze the layers I need frozen. However, if I open the xref all those layers that should be frozen ARE frozen, but back in the base dwg they are displayed (not frozen). It's very frustrating...espec. when you've got half a dozen or more xrefs in many of their dwgs; which are all multiplied in the base of course so I've got two dozen or more xrefs to sift thru. It's just such a pain. I guess I need a "tip" on how to properly manage xrefs.

What would be neat is to be able independently manage all the Layer States for the xrefs separate from the base dwg's Layer States--meaning they(the xrefs' states) DON'T affect the other layers in the base(or other xrefs). LS Manager lists all layer states and if you restore one of them, it affects the entire dwg. I don't want that. I want the Layer States to control ONLY those states that apply to the xref it was created in. That way, all I'd need to do is click on the xref in Layer Manager(from the base dwg) and restore that particular xref's layer state and be DONE. That way you could manage all your xref Layer States individually (and independently from) the base dwg. Thus, if you make changes in the xrefs you can easily save/restore those states from within the base.

View 1 Replies View Related

AutoCAD 2010 :: Turning Off A Xref Layer / Active Layer

May 3, 2013

Is there a macro or lisp file that allows you to click on a element in the xref or active file and turn it off?

View 5 Replies View Related

AutoCad :: Use Xref Manager To See Where Actual File For Xref Resides On Computer / Server

Nov 15, 2013

I know that in ACAD you can use the xref manager to see where the actual file for the xref resides on your computer/server/etc. What I'm curious about is whether or not the inverse action is possible. Can you somehow access the file (not the output sheet where it's being xref-ed) and see what other files are using it as an xref?

I've come in on a project that is nearing completion and have been assigned the task of "cleaning up the project folder." Unfortunately, there are a ton of files in the different folders that are no longer in use on the final output sheets and I need to keep the ones still in use and archive the ones that are no longer needed. What I've been doing is going through those sheets and reviewing the xref manager for each sheet to see which files are actually put onto those sheets and making a physical checklist from which to organize my findings. Once the checklist is made, I then archive all the files that are no longer being used.

View 9 Replies View Related

AutoCad :: Layers States Manager Not Working

Nov 21, 2012

I am using Layer States Manager in CAD2010 and have run into this problem.

I inserted an XREF into my drawing which is using LMAN. I put the XREF on a layer that is visible for the current layer state I am in. Saved the drawing then another coworker opened it and the xref was no longer visible. Even though the layer settings show as not frozen or locked the XREF won't show. If I move it onto a layer that is showing in the layer state manager it still doesn't show. I'm not sure if this is just a glitch or if I have some some setting set incorrectly.

Also are others have problems with LMAN not working after drawings are opened by someone else in the office? Are the LMAN settings not universal?

View 5 Replies View Related

AutoCAD 2010 :: Layer Properties Manager Window Does Not Appear

Jun 18, 2012

When I click the layer prop. man. icon, I get a list of all the possible commands, but not the window it's supposed to show.

View 2 Replies View Related

AutoCAD 2010 :: Layer Manager Not Showing Layers?

Apr 11, 2013

Using CAD2011, froze, I restarted it and reopened the file I was working in.  In my ribbon, all layers read "0", but show the correct ByLayer color according to what layers they were on before the crash.  If I list something, it shows the correct layer, and not that it's on "0". When my coworker opens the same file everything is as it should be, which leads me to believe some setting got messed up during this crash. 

It is making work way more difficult than it should be - I can't see what layers are what!

View 3 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 Status In Property Manager

Nov 4, 2011

What is the layer "Status" in the layer property manager?  It doesn't correlate with the On/Off or Freeze/Thaw .  The icon appears to be a sheet of paper but some are blue and others are gray. I cant tell what makes them change colors from blue to gray.  

View 4 Replies View Related

AutoCAD 2010 :: Layers Not Visible In Layer Manager

May 8, 2012

Layers are shown in the drop down menu from the ribbon but when I open the layer manager no layers are visible. I can click in the empty space and the layer will highlight. See attached.

System:
Core2 Quad Q9650
8GB Ram
WIN 7 64bit
FirePro V3900 
AutoCAD 2012 64bit

View 6 Replies View Related

AutoCAD 2010 :: Layer Manager - Changing Colors?

Jun 10, 2011

I have noticed when changing colors in the layer manager it does not take the first time and sometimes the second either. It does not seem to matter if creating a new layer or simply modifying existing.

View 9 Replies View Related

AutoCAD 2010 :: 2012 - Setting Layer Manager Display?

Aug 28, 2012

It happens when you turn on layer manager to adjust each layer settings such as name, line type or color and etc.  

Problem is that each layer row disappears and each time it happens, only solution I know is to restart the computer. See the attached image. 

View 4 Replies View Related

AutoCAD 2010 :: Layer Properties Manager Column Order?

Jul 26, 2011

Most annoying thing, the  VP Freeze and New VP Freeze columns in the Layer Properties Manager keep resetting themselves to original position. I've done all the proflie stuff, re-save it after changing it, re-load it when I find the error, etc.. and still it reverses every time I restart AutoCAD.

What is it with the columns in dialog boxes? I've posted how the column widths in the File Dialog box reset everytime too. How they don't follow windows folder options. Is this some Windows issue or AutoCAD issue?

View 5 Replies View Related

AutoCAD 2010 :: Layer Manager Menu Button Icons?

Nov 9, 2012

my layer manager menu button icons have been replaced by hatch patterns this morning …. see attached .... Interesting.

I must have loaded the impressionist.cui interface this morning by mistake.

No doubt a restart will cure the issue.

View 9 Replies View Related

AutoCAD 2010 :: Layer Manager Keep Loosing Icons That Represent Function?

Feb 14, 2012

Layer manager keep loosing the icons that represent a function. When you open layer manager, there are some icons on top of the layer manager page, one functions as make layer current, the other one to create a new layer & so on. these icons after a few time that we use layer command they all disappear, the only way to fix it is to close autocad & open it again. Of course if we use classic layer manager then things are ok but classic layer manage rhas uts own problems & limitations also.

My own guess is that the commad "layer" which invoke layer manager has memory leak, & when it is used a few time basically makes your system works on less memory resources & the only way to fix it is to abort the operation & start every thing all over again.

View 9 Replies View Related

AutoCAD 2010 :: Changing Color Of One Particular Xref Layer?

Jan 28, 2013

Everytime I attempt to change the color on this one particular layer (that is brough in though an xref), it changes the color of every layer in my drawing. I am using Autocad MEP 2012

View 1 Replies View Related

AutoCAD 2010 :: Nested Xref Layer Colors

Aug 17, 2012

My question pertains to layer colors from xrefs that have other xrefs nested inside them.

When I get xrefs from the architects, I get a building layout, RCP, space layout, etc.  I tie all these together into a single "architect base" xref so I don't have to attach 4 xrefs to each new file I create.  What I would like to be able to do is set all the layer colors in the misc. architect xrefs in my "architect base" file and have those color settings propagate into my drawings as I create them.  This comes into play especially if I have to create a new drawing late in the project, and I don't want to have to go set hundreds of layer colors individually. ?

Visretain comes to mind, but visretain (if I'm correct) is really for keeping xref color settings in your current file from session to session, not in a new file that you are creating using an xref.

View 5 Replies View Related

AutoCAD 2010 :: LAYUNISO Command Combo Turns Off Layers In Layer Manager

Jun 27, 2012

When I use the Layer Isolate command, then use the Layer Unisolate command, everything seems to work fine, as far as displaying the correct layers again. However, when I go to the Layer Manager, I noticed that all frozen or frozen in current viewport are also turned off.

LAYISO set to OFF (use fade?)

This only happens in a maximized viewport, not in model space.

View 1 Replies View Related

AutoCAD 2010 :: Xref Attach Layer Settings In Sheet?

Jul 1, 2013

I have a Base.dwg where I xref-Attach a Proposed.dwg file into. I changed the Color=gray and Plot Style=Existing of the Proposed xref in the Base. Visretain=1.

I now create a Sheet.dwg and xref Base into it (and Proposed comes along too). The settings for Proposed are not what I have set in the Base file, they are what's in the original Proposed file.

Can I get these settings to come through? I cannot go into the original Proposed file and change settings.

C3D 2012 sp1
W7Pro 64bit
HP Z400 Workstation
16 GB RAM
Intel Xeon CPU W3565@3.20GHz
NVIDIA Quadro 4000

View 5 Replies View Related

3ds Max :: Scene States Manager Is Not Opening

Feb 16, 2013

When I click on any of the scene states manager buttons either in the quad menus or in the tools menu, nothing opens. This is the same in any of the scene states buttons (save scene state, or manage scene states). I used to use scene states frequently.

View 3 Replies View Related

3ds Max :: Missing Scene States Manager?

Jul 10, 2012

I can't get the 'manage scene states'-window to pop up. Tried to access it both thru the quad-menu as well as the tools-dropdown.

I've used it in previous versions, where it worked fine -for me.

View 9 Replies View Related







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