AutoCAD 2010 :: Creating A New Layer
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
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
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
Nov 25, 2013
I want to use the different features in Map 3d such as the points, lines and polygon. I went to the help file and it instructed me to go to the display manager and right click on the "feature" layer to create a layer for the relevant feature that i want to use, but i have no "feature" layer in the display manager.
How do i create this layer? I use a template that is setup for c3d, is it due to this that there is no standard layer in the template?
View 1 Replies
View Related
Aug 8, 2013
I am writing a function to create a layer with as many attributes as I need in when creating a layer. The problem I am running into when creating a color definition to the layer. What sort of thing do I pass to the function to change color as a color index number? using col dim?
The passing call would look like this...
createNewLayer("E-SCHDL-BRDR", 15, 0.4) 'I would hope to somehow pass an interger of the to the sub, but get an error when trying to do so, of course
Private Sub createNewLayer(ByVal NewLayerName As String, ByVal AColor As Autodesk.AutoCAD.Colors.Color, ByVal AWidth As Double) Dim doc As Document = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument Dim docLock As DocumentLock = doc.LockDocument() Dim ed As Editor = doc.Editor Dim db As Database = doc.Database Dim tr As Transaction = db.TransactionManager.StartTransaction 'Dim tm As DBTransMan = db.TransactionManager 'Dim dba As Database = HostApplicationServices.WorkingDatabase Try Dim LT As LayerTable = tr.GetObject(db.LayerTableId, Autodesk.AutoCAD.DatabaseServices.OpenMode.ForRead, False) If LT.Has(NewLayerName) = False Then Dim LTRec As New LayerTableRecord() LTRec.Name = NewLayerName LTRec.Color = AColor LTRec.LineWeight = AWidth LT.UpgradeOpen() LT.Add(LTRec) tr.AddNewlyCreatedDBObject(LTRec, True) tr.Commit() End If Finally tr.Dispose() End Try End Sub
View 8 Replies
View Related
Aug 15, 2011
I am trying to automate opening a document and inserting a new layer in it. Inserting the layer and opening the document is quite easy, but doing both is proving to be quite difficult.
Here is the Code that I am working with. The code for creating the layer works fine in an already opened document. It seems that autocad cannot find the opened file.
Sub Open_and_new_layer()Application.Documents.Open ("C:UsersPatrickDesktopAutocad program66986691_BL_01.dwg")Dim strLayer As StringstrLayer = "BOM"Dim layCurrent As AcadLayerOn Error Resume NextSet layCurrent = ThisDrawing.Layers(strLayer)If layCurrent Is Nothing ThenSet layCurrent = ThisDrawing.Layers.Add(strLayer)If layCurrent Is Nothing ThenMsgBox "Error creating layer " & strLayer & "."Exit SubEnd IfEnd IfThisDrawing.ActiveLayer = layCurrentEnd Sub
View 6 Replies
View Related
Sep 7, 2011
I'm an ACAD LT 2008 user demo'ing ACAD LT 2012.
In ACAD LT 2008 you can create a new layer (or layers) from a layer property filter and can edit all of the new property characteristics and the filters will not sort until you are done (apply). This is useful for creating multiple layers (especially matching your current filter) that you can copy and paste layer names. However, in ACAD LT 2012, as soon as you select "New Layer", a new layer named "Layer 1" automatically sorts/filters and it is gone from view, requiring you to find it before you can rename it and edit its properties. Is there a way around this?
View 1 Replies
View Related
Jan 7, 2014
When creating a pdf using DWG TO PDF (AutoCAD 2011) the length won't let you exceed 200 inches? can this number be increased?
View 2 Replies
View Related
Jul 27, 2012
I need to create a truncated contour map based on data from a .asc file. I have connected the .asc file but there is no option for adding with query so I have brought the whole file in.
I then created a contour layer and added to map (all good so far) but when attempting to query this layer for my area of interest nothing appeared on screen.
I then did some manipulation of the sdf to create polylines at the contour elevation and tried to MAPTRIM but I stopped Civil 3D after having "not responding" for 15 minutes
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 2 Replies
View Related
Mar 20, 2012
I am trying to create a centralized .arg file, so that if I make a change to this default profile all the machines will immediately see the change.
Currently I can only get this to work by importing the new profile, and i can't really ask 40 or so draughtsmen to re import when a change has been made.
AutoCad see's the file but does not update any changes.
View 3 Replies
View Related
Dec 10, 2013
Is there anyway to create 1 PDF from a multi-sheet AutoCAD drawing other than merging several PDF's together. I can create a PDF of a multi-sheet Inventor drawing in one step?
View 4 Replies
View Related
Dec 3, 2013
I have a really big DWG file and want to tile it into 4 smaller files. Is there a function for that?
View 7 Replies
View Related
Aug 15, 2012
How to create a parabola in autocad 2011?? I'm building a renewable energy powered humidity collector protype with someone else.
View 1 Replies
View Related
Aug 2, 2012
I am using Autocad 2011 and created a dynamic block which turned out fine.
After making a copy of this dynamic block and doing some additions to this new block (added several flip parameters), I found that when I run my mouse over this new block it lags. I have attached the drawing which contains both the blocks. The one on top is the problematic block whereas the bottom one is the one I created first and made a copy of.
View 2 Replies
View Related
Jan 16, 2012
We use autocad 2011 and we are trying to create a new tool palette. We have no problem dragging and dropping to our existing tool palettes, but we can not drop to anything new we create. We do not have any read/write issues. I have tried saving workspace, restarting CAD just erases the palette i tried to create.
View 2 Replies
View Related
Jan 4, 2013
I am trying to organize my drawing in model into different viewports for printing purposes. However, in Layout # 1, once I delete an item it also deletes the item in model space. In Layout # 2, can't edit, select, highlight or anything ( I am in Layer 0). How can I fix that ? Basically, I want to create several layouts, each layout will contain a certain section of my drawing in model space then. I am not "layout savvy", trying to get hang of it.
View 2 Replies
View Related
Jul 16, 2012
I am using Inventor 2012 and I am trying to create a circle from a solid drawing I have done, I am creating a 3D drawings of a pessure seal, but I dont know how to go about making this block into a circle with a Diametre of:-
OD 899.8
ID 873.6
(mm)
View 3 Replies
View Related
Oct 23, 2012
I am trying to create a new linetype. It is a simple linetype, made up of a continuous chain of capsules that I've attached here. I understand that linetypes require shape files and line definition files. However, AutoCAD isn't even telling me how to create the shape file(s) I need to begin making the linetype.
The capsule is .12 units long at its widest, and will need to connect end-to-end.
View 5 Replies
View Related
May 15, 2013
I am using AutoCAD 2012 and have made lots of different files with individual drawings in them. I am planning to go into each drawing file and create a block for the drawing. After that I want to make all the blocks available in one drawing.
View 9 Replies
View Related
May 15, 2013
When I am trying to label an object, surface slope, elevation or lot line distance my text reverts back to layer 0. I have checked the Label style composser and have everything that I see set to the layer I want it on. When creating the label I am even physically on the proper layer but when I make the label it still goes to 0.
View 1 Replies
View Related
Jan 10, 2013
creating text attribute across several sheets?
View 4 Replies
View Related
Oct 17, 2012
How could I be bringing up the Rename Dialog Box when I am in the Layer Dialog Box creating new layers? It seems to happen from now and again mostly when I go to change the color of the new layer. This shouldn't be an issue but once the box comes up, all my work inside the layer dialog box will be lost when I close it and reopen it.
Doesn't matter if I pick "OK" "CLOSE" or the "X" in the upper right hand corner of the box. Rename command, just what I hit, strike or click that brings it up and hopefully a means to change my CUI so I don't do it anymore.
View 3 Replies
View Related
Feb 8, 2013
I am trying to create a block with 1 attribute (ELEVATION) showing a finished floor level and another text (field) to show another level derived by the sum of the attribute value + and additional (fixed) number, say 100.
I have tried using fields inside an ATTRIBUTE or a simple DTEXT but the field does not update, it only picks up the DEFAULT of the attribute, not the user entered input. How can I do this?
attached is the block
View 2 Replies
View Related
Jan 15, 2013
I worked with about 70 blocks that I routinely insert in drawings, at present I have an area where I keep all them in every drawing. I would like to have a bar that will contain the blocks where I can drag and drop them into place.
View 5 Replies
View Related
Oct 4, 2012
When creating a PDF from a DWG AutoCAD LT 2010 (running on windows 7) I get the following error.
unhandled access violation reading 0x6a162be0 exception at 6a162be0h
This only happens the second time I create a PDF - the first time it is very quick and there are no errors
I have tried a repair and a reinstall but am still having the same issue.
View 5 Replies
View Related
Aug 2, 2012
I'd like to create a new Menu which will contain few custom tools (ie. place text with particular font type, scale and justification)..I tried to import my customized menu from AutoCAD 2007 but that wasn't successful.
View 2 Replies
View Related
Jan 23, 2012
How is possible to create a shade-render from specific objects in my drawing?
I am using the View>Turn textures ON option in my AutoCAD and what it does is to try to render all objects in my drawing, so no wonder the program freezes.
View 1 Replies
View Related
Feb 10, 2012
I want to create a whole load of layers (approx 150) by importing them from a xls spreadsheet into my AutoCAD layer manager. How this is achieved without having to create each layer at a time by manual entry? Note that I created a .las file (attached as a .txt version) based upon exporting an existing set of layers to a .las file and then amending it. However, after saving the amended .las file it would not re import into the layer manager.
View 1 Replies
View Related
Apr 17, 2013
I am attaching my dynamic block that I am having difficulty finalizing. My goal is to be able to stretch or resize the hvac block, based on the size that is provided to me (ala 24x24, 36x36, 48x72, etc) (Stretch Action), I have that figured out, and I have the symbol in the center that stays centered as the block size changes, (Move Action).
Here is my problem, I want the symbol in the center to stay centered and scale based on a ratio as the overall size gets larger. So for example: if my size is a 24"x24" I want the symbol in the center to be approx 12" dia, but if the size gets up to say 60"x60" I want it to scale accordingly (so it could be like 48" dia), specifically maintaining the size based on the x axis, so if the it gets to a 60x72", I'd like it to still be centered but size according to the 60 width, and not stretch and look awkward. I want the center symbol to scale and stay centered in the rectangle as I scale the size.
View 7 Replies
View Related