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.
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?
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??
Everyone at the office where I work is having the same problem with AutoCAD 2014:
1. When creating a new layer state, and selecting all layers and clicking "remove from layer state" and then "okay", upon going back into the layer state, about 80% of the layers have returned and you have to select all and delete again and hit okay, and then go back in and do it again, about 7 or 8 times total before the layer state is cleared out and ready for you to add back just the desired layers. Even if you don't create a blank slate layer state to begin with, whatever layers you delete, once you hit okay and go back into the layer state, most of the ones you just deleted are back.
2. Even more of a problem is that sometimes all the already created layer states will suddenly reassimilate ALL layers in the drawing, and the above process has to be done to all existing layer states.
This takes an enormous amount of time to correct for multiple layer states, which we typically have in a drawing.
I work for a home builder and I receive the drawings in autocad format. Each house drawing comes in autocad but each floor plan and elevation is represented by a "layer state".
Each of these drawings has 7 to 9 pages and when I want to print each of those pages, I have to do it "one by one" as I have to switch between layer states.
So, each file has a layer state for: basement plan, main floor, second floor, etc. I want to find a way that I can print (convert to pdf), all these drawings, rather than going by each "layer state"
Using Vanilla 2014, Just recently upgraded to a Win7 pro 64bit box
1. Open drawing file
2. Activate paperspace viewport
3. Open classic layer manager
4. Open layer states manager
5. Selected a layer state defined in an xref
6, Pick Restore
7. Receive the error "The Selected Layer States Could Not Be Restored"
No further information is provided. This process has worked flawlessly on the old machine. What has changed within AutoCAD? Is this a 64bit thing? If I import the layer state directly from the xref or from an exported LAS file, the restore works fine.
Running Autocad LT 2014 on Win 7 64bit..I believe the Layer States Manager/Editor is broken...
I created 5 layers and drew 5 lines in model space. Then assigned each line to a different layer. I then created 5 new layer states. When I edit those layer states in the layer state manager, I turned on only one layer for each layer state... When I got out of the layer state manager and select any of these 5 layer states, all layers are on.. Also when I delete layers in the layer states editor, get out of it, then go back into it, all those layers are back again..
I was trying to use layer states and layer filters, the way when I use the layer state 1, for example, it will only be shown in my layer panel the layers on/unfrozen for this layer state. I checked the layer management panel and removed the layers I didnt want to be shown from this layer state 1 and hit ok/close, but they're still being showed. So i created a filter, turned it on and saved my layer state with this filter ON, and nothing was changed.
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.
I have a client experiencing a layer manager dialog box issue - the layer names are disappearing... This is not happening all the time - and in different files.
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?
I remember that there used to be a command I used in an older version of AutoCad, such as "Sort Layer" or similar that would populate all of the layers used in a drawing, which solves the problem of not being able to see all the layers. I believe the default value is not set at a high enough number. What this command is?
When opening the layers dialogue box in AutoCAD 2013 the display does not appear to load correctly, I have had this problem before when executing this command and loaded up the old layer manager, I can't remember what the command is for load this.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
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.
I have recently loaded Autocad 2013 and am having trouble with the text showing up in the Layer properties manager dialogue box, all information about the layers is whited out.
Is this a transparency setting?
I am unsure what to change/set to correct this so I can see layer informaion in the dialogue box.
I have been having this issues as of recently, and i am now no longer able to use my "Layer Properties Manager"
Every time that i try to open the "LPM" it gives me an error that says
I have never seen this error before but its making it very miserable for me to have to seperate my work in layers without the use of the "LPM"
I have already un-installed & re-installed twice frankly i don't have anymore time to do this because i have deadlines i need to meet and its becoming a very big pain.
I have received a drawing with a a layer's print icon grayed out in the layer manager. I can print anything from that layer and I do not know how to switch on printing for that layer. What must I do and what does the grayed printer icon mean?
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.
My goal is to batch plots using VB in Visual Studio 2008, Autocad Map 3D 2010, Win 7 Pro 64. It all works but now I want to apply layerstates.
I am using the example in the dev. guide here: [URL]........
My questions:
1. If you use Option Strict, how do you convert from integer to "layerstatesmasks.color"? VS shows the error "Option Strict On disallows implicit conversions from 'Integer' to 'Autodesk.AutoCAD.DatabaseServices.LayerStateMasks'." I can't figure out the conversion. Are the values documented somewhere? "clientmask" is not in the object browser or the dev. guide.
2. If you aren't sure what is masked, do you turn on all of the options on (on, color, linetype, lineweight, etc.)? Is there a sum of values that means "layerstatemasks.all"?
3. LAS files are DXF format. Do I have to read the LAS to detemine what the user wants?
4. The second argument to .restorelayerstate is the viewport id. The examples use objectid.null. I could have several layouts to plot, and maybe several viewports. Is the process a) Make the layout current, b) activate each viewport, c) set model space current, and d) restore the layerstate?
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?
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.
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.
issue I'm having in my plot files. The way our office sets up our drawings is that we have a set of base files (which is where we do all our plans and details, etc), and then those drawings get xrefed into a different files located in a "plot" folder that that has our titleblock and viewports of the xrefed base files.
The problem is that the plot files have started to NOT save any of my layer states that are associated with the base files. For example, I have a base floor plan that has demolition, construction, RCP layer states that are toggled with LMAN. But if I open the plot file for the RCP and set up the viewports so only the RCP layers are visible...the next time I open the drawing the RCP layer state is abandoned...now ALL the layers are on and I need to redo the viewport layer states...
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.