AutoCAD 2013 :: Editing Tags In Attributes Dialog Box

Jul 29, 2013

There is a way to change the text in a tag to include spaces without getting the error that tags cannot be null.  I've forgotten how to do this.  I can't find this in my AutoCAD manuals, or on-line.

View 1 Replies


ADVERTISEMENT

AutoCAD 2013 :: Double Click Editing Does Not Work On Inserts Or Their Attributes

Oct 10, 2013

We are starting to install AutoCAD 2014 on our machines. On one of our machines, the user can't get double click editing to work on inserts. I can open the drawing on my machine and it works fine. She is using the same profile and workspace and both machines have SP1 installed. Double click editing works for other objects (MLeaders, Text...) but not for inserts or their attributes. The only way she can edit the attribute text is through the property window.

View 9 Replies View Related

Revit :: Elevation Tags Dialog

Sep 28, 2013

Opened the Elevation Tags dialog (manage Additional settings) duplicate the 1/2" Square type call it External Elevation Tag.  did the same to 1/2" Circle  call it Internal Elevation Tag.
 
picked the elevation tool go to type selector and my new Elevation Tags not there - why?

View 5 Replies View Related

AutoCAD .NET :: Editing Attributes In A Block

Mar 15, 2012

I'm trying to edit the attributes in a titleblock using VB.net. The block name is "Titleblock". It is already inserted into a drawing. My program does not need to insert it. It only needs to find the reference, for all layouts, and update a couple attributes for the titleblock on everylayout. I know some of the basics, but get confused with blocktables, and blocktablerecords.

Here is a piece of code I was experimenting with. With this code, I'm trying to get to the attributes, and read an attribute value for a drawing number.  It fails when I try to assign a value to the variable blkreftitle.

Dim
doc AsDocument = Application.DocumentManager.MdiActiveDocument
Using docLoc AsDocumentLock = doc.LockDocument
Dim db AsDatabase = HostApplicationServices.WorkingDatabase
         
[Code]....

View 2 Replies View Related

AutoCAD 2010 :: Bulk Editing Attributes In Multiple Blocks

Aug 2, 2013

I am designing a solar field and have my solar panels laid out in a grid. I have each panel represented as a block with 4 attributes: Column, Row, Module Type, and Combiner Box. There are ~5,000 panels so it will take forever to modify the attributes of each block individually. Is there a way I can select multiple blocks (an entire column for instance) and set the "Column" attribute for ALL of those blocks to the appropriate value? 

My end goal is to be able to export the information in those blocks to excel. So if there is any way to tie 4 pieces of information to an object and export it into excel not using block attributes, that would work for me as well. 

I attempted to use Lee Mac's Batch Attribute Editor BAtteV1-4.lsp and it was very close to what I needed. But it will modify the specified attribute of all blocks within a drawing, whereas I only want to modify the attributes of all blocks within a selection.

View 3 Replies View Related

Photoshop Elements :: Editing People Tags?

Apr 7, 2013

I just converted from Photoshop Elements 10 to 11.  I can't find how to edit my people tags in 11.  Is there away?  If so what is it?

View 5 Replies View Related

Photoshop Elements :: Editing Program For Keyword Tags

Apr 28, 2013

On my first two pictures I put the names of the people in the picture as keyword tag. I have tried to remove the tag from the drop down menu but this does not work. I get an error when I auto try to find tags. Do I have to delete both pictures to get this out of the file? Will this remove these names from the keyword tag drop down window?

View 3 Replies View Related

AutoCAD 2013 :: MEP 2013 Open Dialog Pulldown Broken

Dec 28, 2012

Autocad MEP 2013 was working fine until I installed SP1 yesterday.

Now when type in open the dialog comes up (not a filedia issue).  When I click the "look in" pull-down in the open dialog it goes blank and I am unable to browse any folders.  I've tried rebooting..  Should I reinstall?

View 1 Replies View Related

AutoCAD 2013 :: Attributes In Blocks

Jul 25, 2013

some attributes you can double click and edit within the dialogue box, others you have to double click and they are greyed out in the box, you have to click the little button with ... on and edit in place on screen... why?

whats the difference between the block atributes?  attached is an example...

View 5 Replies View Related

AutoCAD 2013 :: How To Increment Attributes

Nov 14, 2012

I am looking for a way to increment an attribute so that  when i have a block with a number attribute and i make multiple copies of or array it the number changes incrementally. 

View 1 Replies View Related

AutoCAD 2013 :: Why Are Attributes Disappearing From Block

Oct 30, 2013

I have some blocks with attributes, with the default of some of the attributes being blank. When I try to transfer the block to my Tool Palette, the block loses the attributes that have blank defaults. Why are these attributes disappearing from the block?

View 8 Replies View Related

AutoCAD 2013 :: Block Attributes And Extraction

Oct 8, 2012

I am not very familiar with block attributes or data extraction.  I have lots of questions.

i have 20 blocks each inserted multiple times.  I would like to provide drop down menus to track each individual part and label size, location, etc.  Can i insert attributes to one block and copy the attributes to other blocks?

Can i pull in info from an excel document, or do i have to enter the info line by line in the lookup table? (i have 400 names to assign in one of the dropdown menus)

Step by step process to pull the info from the attributes in these blocks into an Access document?

View 3 Replies View Related

AutoCAD 2013 :: Attributes Not Staying With The Block

Jan 9, 2014

I work for a company that has several AutoCad seats. I have created a block with 4 attributes. On my computer and others the block works fine. On one computer 3 of the 4 attributes are placed at 0,0 instead of with the block.

View 2 Replies View Related

AutoCAD 2013 :: Attributes Won't Show In XREF

Feb 5, 2013

I have an drawing that is loaded with attributed blocks.  Nothing but text.  When I XREF this into another drawing, none of the text shows.  Layers are on, nothing is set to invisible.  

I think this drawing is from an older version of AutoCAD, would that be the problem?

View 9 Replies View Related

AutoCAD 2013 :: Map Shapefile Attributes Name Shortened?

May 3, 2013

Whenever I Output a shapefile it shortens the name of my attributes. I am using the Map 3d Export, i selected my objects, then select Data tab and select my block, and click ok.  Then when i go to load the shapefiles into the database it has shortend the name of my attributes.

View 6 Replies View Related

AutoCAD 2013 :: Dimension Tags And Text / Point Are Merged With Other Drawing Objects

Oct 20, 2013

i am opening file in autocad 2013, my all dimension tags and text and point are merged with my other drawing objects how can i separate.

View 1 Replies View Related

AutoCAD 2013 :: How To Edit Attributes While Inserting Block

Jan 30, 2013

I am inserting a block that has one attribute with tag "FAB_HEIGHT". I have not been successful in editing this attribute.

Public Sub InsertSection()
'Call the Function that returns strSectionBlk (the Head Section drawing)
getSectionDwg(strModel, strHeadType) 
'Start the database
Dim db As Database
db = HostApplicationServices.WorkingDatabase()
[Code] .....

View 4 Replies View Related

AutoCAD 2013 :: Annotative Blocks With Attributes Move To Anywhere

Oct 16, 2012

When I insert Annotative blocks and change the scale drawing (E.g. 1:100 to 1:200), attributes of Annotative blocks move to anywhere. I tried already ANNORESET and ATTSYNC, and it solved at that moment. But when I close and open the file, the problem appears again. I have to apply ANNORESET and ATTSYNC every moment. How can I definitely solve this problem?

View 4 Replies View Related

AutoCAD 2013 :: Auto-populate Block Attributes?

Sep 2, 2012

I have one drawing with several thousand instances of the same block in it. Each block has a 'name' attribute.  I want to populate those block attributes with a spreadsheet.  What is the best way in AutoCAD 2013 to do that?

Ideas:  the old ATTOUT, ATTIN commands from Express Tools....rather a dated method, but it might work

dbConnect:  I've never used it, but might work.

Data Extraction Wizard:  I think is just for data extraction from a drawing, but again not sure.

View 1 Replies View Related

AutoCAD 2013 :: Path Array Of Block With Attributes

Sep 22, 2013

Is there any way to fill inn attributes on individual blocks belonging to an associative path array?

View 7 Replies View Related

AutoCAD 2013 :: Move / Copy Blocks With Attributes

Feb 10, 2013

My entire office has been experiencing drawing crashes as a result of moving or copying certain blocks within a dwg.  The problem seems to occur only while executing a Move or Copy command on a block with attributes, and zooming or panning while doing so.  My heart sinks instantly because the block will disappear when placed, and I know I am doomed to crash.  

I am usually able to pan or zoom a few times, and if I act quickly a Save will work before the drawing then crashes.  We have recently switched from 2011 to Civil 3D 2013, and the problem still persists. The two culprits are our slope arrow block as well as hex call-out.  Both blocks contain attributes and are frequently used through out our drawings, and this problem proves to be most frustrating when pressed for a deadline. 

View 5 Replies View Related

AutoCAD 2013 :: Multiline Attributes Don't Stay Put - They Just Keep Moving

Apr 23, 2013

I am well aware this has been an issue for awhile and supposedly fixed in 2008 SP1.

But we are running Civil 3d 2013. and still getting this issue.

The Multiline Attributes in our title blocks keep moving themselves randomly upon reentering the drawing.

Any clear cut solution for rectifying this problem?

Civil 3D 2014 (SP1)
Win 7 Pro x64
DELL Precision Workstation T3500
Intel Xeon 3.3GHz (w3680)
24Gb Ram
NVIDIA Quadro 2000 (1GB)

View 9 Replies View Related

AutoCAD 2013 :: Control Order Of Attributes When Inserted?

Aug 2, 2012

(Using AutoCAD 2013) I am trying to insert a .dwg as a block (which has attributes) using the "-insert" command, but the attributes order wrong.  The .dwg I'm inserting is the "Exploded" version of the block (loose attributes) so that I don't have to explode it after inserting.

Is there a way to control the order of the attributes when they are inserted?

View 3 Replies View Related

AutoCad :: 2013 LT MAC - Block Attributes / Cannot Edit Text

Jul 7, 2012

I have been using blocks for P&ID's for about 3 months now, and had no issues. But for some reason when insert a block now the attributes window does'nt pop up, so i can't edit the text ? The only way i have been able to get round this, is by using property inspector to edit the text

View 3 Replies View Related

AutoCAD 2013 :: Can't Save UCS Name In Dialog Box

Aug 11, 2013

In ACAD 2007 when I create a new UCS, the dialog box shows as current an unnamed UCS which I can then rename. In 2014, this doesn't happen - I have to do all that using the command line. Is there some setting to get the dialog box to work?

View 7 Replies View Related

AutoCAD 2013 :: Startup Dialog Box

Apr 14, 2013

How could I find the Startup dialog box if it doesn't start automatically when I open AutoCad?

View 2 Replies View Related

AutoCAD 2013 :: Dialog Box Does Not Display?

Apr 1, 2013

Dialog box does not display when i go to save or save as but it will show when I hit open I have try FILEDIA and thid did not work .

View 3 Replies View Related

AutoCAD Civil 3D :: Loading Shape-file Attributes Into 2013

Jan 9, 2014

I'm using AutoCad 2013 Civil 3D. I'm trying to import the attribute table from a GIS shapefile into AutoCAD.  I tried it in Map but could not get it to work.  I could not find and object file in creating a quirey. 

View 2 Replies View Related

AutoCAD 2013 :: Make Text Attributes Show In Xref?

Mar 27, 2013

I was wondering how I can manage to make text attributes show in an xref.

If this is not possible, is there a way to have text on a xref that is locally editable?

View 8 Replies View Related

AutoCAD 2013 :: Proxy Information Dialog Box

Jan 24, 2013

Most individual want to remove the Proxy Information Dialog Box.  I already understand how to turn this off PROXYSHOW/PROXYNOTICE/PROXYGRAPHICS.  What I'd like to know is where the data that is displayed in the Proxy Information Dialog Box comes from?  Is there a way to get this information after the fact (as in, after I've closed the dialog box, but while the current drawing is open)?

View 1 Replies View Related

AutoCAD 2013 :: ESC On Lsp Dialog Box Freezes 2014

Dec 12, 2013

I'm running AutoCAD 2014 (part of AutoCAD Structural Detailing 2014), & it occasionally freezes on me. I haven't figured out how to reproduce it regularly yet, but it is somewhat predictable. When I run a list routine that opens a dialog box, if I press Escape immediately after the dialog box appears, AutoCAD quits responding & I have to force it to close with the task manager. It doesn't always happen, but it has become a semi-regular event. I've previously used AutoCAD 2010 Mechanical & AutoCAD 2012 (part of Structural Detailing 2012) before with the same routines on this machine with no issue.

Computer Specs:

Dell Inspiron 560

Windows 7 Professional x64

Pentium E6700 3.2 GHz

4GB RAM

NVidia GeForce 8400GS

AutoCAD 2014 doesn't seem to be noticably more resource intensive than 2012 was, so I don't think that's my issue. I'm just trying to make a habit of saving more often & not accidentally running the wrong command.

View 5 Replies View Related







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