AutoCAD 2010 :: Create New Layer
Sep 10, 2013
This is what is happening,
for example, i have a layer for dimenisioning called, 'DIM.' I'm not sure when it happens but AutoCad creates new layers that are called: DIM @ 12, DIM @16, DIM @ 18, DIM @ 128....It does this for different layers as well. There must be some significance of Autocad adding a @ # at the end of the layers name.
It then changes certain blocks from the regular layer, to these new ones. It doesn't affect any block consistently. So one block 'A' is changed to the new layers, but the other block 'A' is not changed.
The only thing I did differently for this drawing set was used dxfout/dxfin to purge dgn files out of my drawing, any possible connection there?
View 2 Replies
ADVERTISEMENT
Dec 11, 2012
Having issue with the layer dialogue box showing not enough layer name. Is it possible to widen it or is that controlled somewhere?
View 1 Replies
View Related
May 8, 2012
When i click on the green line has you can see on the image. The layer toolbar wont show me the right layer, like if it's not working. But i can see the right layer inside propreties.
Is there a system variable to ajust to see my layers inside the Layer tool bar?
View 1 Replies
View Related
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
Nov 18, 2011
I'm currently using AutoCAD LT 2012 and when I create a new layer and set it as current in the layer manager, regardless of what color I set the new layer to, the new layer's color remains the same as the previous one in the properties box even though the colors of the layers are always set to "by layer."
View 3 Replies
View Related
Jun 9, 2009
I am finding the layer combo control in 2010 an annoyance. The drop down box does not access as many layers as did the version in 2009, and I find myself continually searching through the drop down box to reference a particular layer. How to rectify to have it similar to 2009?
View 9 Replies
View Related
Jul 1, 2012
I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:
1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.
2. I wrote this in the heading of the form's
- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common
3. In the event Click of the Button1 I put this:
Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
'Draw a line
Dim PT1(2) As Double
[code].....
View 2 Replies
View Related
Sep 14, 2012
A link or a brief explanation of"when & why" and "how to use" a master layer when working with a multi - layered image (psd or psb) file in CS6.
I've seen a couple of tutorials that make use of a "master layer" but I don't understand the "when & why.
View 11 Replies
View Related
Jun 26, 2013
How do I create a blank layer to be used as my "Background Layer" in CS6? I need to do this action before importing anything because once an image is imported, the image is automatically set as the Background Layer.
View 3 Replies
View Related
Jun 5, 2006
I need an easy way to fix a high contrast image such as an interior home shot where the windows are blown out and you can't see outside detail,but the interior is either correctly exposed or is underexposed. Basically what i need to do is combine the correctly exposed interior with the correctly exposed windows, showing correct exposure for both interior and exterior detail. To get the correct exposure i have been taking a shot in which i meter the windows, and without moving the camera, take another shot in which i meter the interior.
Here is where i get stuck. the way i've been doing it, which takes way too much time for my purposes, is to either use the magnetic lasso tool or the polygonal lasso tool to select the area of the properly exposed windows, and then cut and paste the selections to the other layer. The problem with this is,
it takes quite a while and i usually have to go back and do some cloning around the edges to fill in the spots that got missed, which takes alot of time as well, because it usually takes me several tries to get it right. Is there an easier way?
View 1 Replies
View Related
Aug 18, 2012
I open something with paint and then I do crop and copy the area. Then I open up another document and paste it. Now I am trying to blend it in. I think I can use layers. Create a new layer, then add a layer mask. Then, at least that's how I have seen it online, I can use the brush tool to make the background reappear around the letters ( letters in my case). But this does not work. The brush only paints it in the background color.
View 9 Replies
View Related
Sep 21, 2006
way to do this from the layers menu (ctrl-click new layer icon), but is there a key combo? I use shift-ctrl-n a lot to make new layers, but often I need to make a new layer *below* the current layer.
View 1 Replies
View Related
Oct 22, 2011
How to create new layer and with line type?
View 2 Replies
View Related
Sep 19, 2013
I isolated layers to clear out a drawing, since then I have had nothing but hassle with locked layers, No matter how many times I unlock them, they lock up again, if I create a new layer it comes in locked, if I change a line to a differant layer it locks up, I have tried creating a few simple layers, then copying and pasting the layout into a new drg file, still the problem exists, it is costing me a lot of time having to keep doing this.
View 9 Replies
View Related
Apr 3, 2012
So my pluming layer is on and "no plot" is NOT selected, yet when I plot, it does not show up? It was working fine last week and i don't think has been saved since then. Also, the xref prints on other sheets, except this one so i'm thinking there is a difference in the page setup but I dont see any discrepancies.
View 2 Replies
View Related
Feb 17, 2012
I am transitioning from ACAD2008LT to ACAD2012 and am having a new problem when trying to create a new layer. I use many layers in my drawings and I set up specific layer naming conventions and use many layer property filters (filtered by layer name - for example, dimension layers named '*-Dim' and a property filter for '*-Dim') to manage the many layers.
In ACAD2008LT you could create a new layer while in a property filter view (in the Layer Properties Manager) and could type in the new layer name from that filtered view. If, after entering the new layer name, it matched the current property filter, it would remain in view, if it did not, it would automatically be moved to the appropriate filter or to the 'All Layers' view. That seems very logical.
In ACAD2012, as soon as I create a new layer while in a property filter view, the default layer name 'layer' does not match the filter parameters (say '*-Dim') and the new layer immediately moves to 'All Layers' before a new name can be entered. I have to then switch filter views back to 'All Layers' and find the new layer now named 'layer' and rename it there, trying to match the desired property filter name.
Am I missing something or is this an intended change from earlier versions? It was really nice to be able to see the layers in the property filter view while creating a new layer with a naming convention that matches that filter. In fact, I often create multiple new layers matching a property filter by copying and pasting similar layer names and just changing a character or two. In ACAD2008LT I could do that all from the appropriate property filter view.
View 2 Replies
View Related
Mar 1, 2013
Many of the blocks my company uses were created with the linework within the block on Layer 0, and set to ByLayer.
When I insert it into a drawing, I put the block on a layer other than 0, and use that layer to control the color & linetype.
If I Xref a drawing, and want to turn off or freeze a layer I use the Freeze and Off buttons in the layers section of the ribbon (I'm working in 2012). This way, I don't have to figure out what layer an object is on to turn it off.
Here's the problem: When I try to freeze or turn off a layer by clicking on a block, it doesn't do anything to the layer that the block is on. It tries to effect layer 0. Even if I use the list command to find out what layer an object is on, it says it's on 0.
I found this article that seems to explain how to use layer 0 in blocks: [URL] ....
It seems my company is doing things exactly as that writer recommends. But it still seems incredibly faulty.
What is the best way to design and work with blocks? I always try to avoid using layer 0, but that would waste a lot of time trying to override the company standards.
View 4 Replies
View Related
Feb 26, 2013
When I create a new layer and in the same process change the color and linetype it looks like it takes in the layer dialogs box but when you use the layer the properties do not take. I have to re-initiate the layer command and then the layer properties are not what I set them to. Once I re set them at this stage it holds the layer. I've attached 3 images.
1. Showing two lines and layer dialogs box on two new layers (objects look the same)
2. Showing dialogs box after reinitializing layer command (objects still the same)
3. Showing dialogs box and lines after changing layer properties (now objects are holding set properties.
View 6 Replies
View Related
Jun 20, 2013
Take a look at this inventor dwg, whenever we try to create a new layer it crashes inventor
View 4 Replies
View Related
Mar 7, 2013
How can I create a layer on my xref so it doesn't affect othere sheets referencing my drawing without having to open a couple of hundred draiwngs. I know I can create my layer, freeze it, save my drawing, open all sheets referencing my xref and save them. Better yet, is there a setting I can use that makes my new layer pop up frozen on for all sheets while I work on my xref, on a newly created layer?
View 4 Replies
View Related
Jun 24, 2011
Trying to create a new line feature in Map but don't have the correct layer - how do I create it?
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
View 3 Replies
View Related
Mar 8, 2012
Is there a way to create a new layer with a new Line Type that has the word power - in the actually line.. I am using Auto-cad LT 2012 .
View 7 Replies
View Related
Feb 25, 2013
It it possible to link a field to a layer name? this would make the job that I am doing alot easier. For some reaso the company that I currently work for wants to put the layer discription next to the revcloud instead of just using a delta.
View 2 Replies
View Related
Oct 23, 2013
I have a drawing with objects on multiple layers, however when I select an object, they all show as whtever layer is showing. If I open the drawing on antoher machine, everything works properly with multiple layers.
View 2 Replies
View Related
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
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
Jul 11, 2012
we have a drawing where we were un-able to use snaps (end, per, quad, etc.) on any blocks.
It seems like this particular drawing has issues not seen elsewhere.(besides the fact it was badly drawn) After some time playing with all the settings. We turned on the zero layer and then all the nodes were available as usual.
i've been using AutoCad for 20 years and never seen this. Is this some kind of new feature?Can you control the snaps with a layer? WHY?
Windows 7 64 bit
Inventor 2012 Professional
Dell T1600 CPU E31245 @ 3.30GHz
8 GB RAM
View 2 Replies
View Related
Dec 12, 2012
I have a master drawing with multiple xrefed building sketches. Looking at the model space on the "master" I can see all the room identities. However, if I go to the sheets that I have created and look at the view ports. The room identities are not there. The layer is called A-Room-Iden and it is on and not frozen...
View 3 Replies
View Related
Apr 18, 2013
this layer appears to be limited to the layer palette. many of us will start typing for the layer when searching instead of scrolling. now in the layer pull down in the ribbon this works as expected start typing the layer name (2-3 letters) and it locates the layer. if this is done using the palette it will only search to the first letter. if i use the classiclayer dialog it works the same as the drop down from the ribbon.
Win 7 pro 12gb
NVIDIA Quadro 2000
LDD 2009
IDS 2014
View 2 Replies
View Related
Sep 30, 2009
The layer control dropdown in the layer toolbar is just showing the state of the selected object or layer 0 if nothing is selected. Same for the ribbon combo. But it's working in the Quick properties dialog.
View 5 Replies
View Related
Dec 7, 2012
A company I used to work for had a custom set of dimensioning tools in the tool palettes. We had issues with people dimensioning on the wrong layers and they included an instruction(?) in these custom commands to dimension using the correct layer i.e. current layer set to 'Border', select custom linear dim command and dim is drawn in 'Dimension' layer.
My question is, what to add to the macro in the properties when creating such a command button to do this? ^C^C_dimlinear <add something here to use a specific layer?>
View 8 Replies
View Related