I am using several blocks within a drawing (furniture...stock racking, to be precise). I had additional information to add as a new attribute. Opened the block in Block Editor, added the new attribute and saved changes. No change to any of the instances of that block in the drawing? But when I add the same block to the drawing, all new instances have the new information.....which means the block exists, with exactly the same name, in the same drawing in two different forms??? How is this possible and why do the old instances of the block not update to match the current version.
Even more confusing is that if I open an 'old' version of the block in Block Editor....it appears with the new attribute in place and when I close it (saving changes).....it no longer shows that attribute!
Can find no mention of a switch or default that might be causing this.
I am trying to update blocks for a client. Each block has a line of text with the block name in it. I would like to automate these with a field so that if the block name changes or a new block is created from that one, then the field would update as well. I am running AutoCAD LT 2012 currently.
I need to send a dwg file to someone by e-mail but need to keep them from editting/exploding/etc it. I have tried a test on the method described below and it does not work:
Set XEDIT = 0 in the child drawing(s) and create blocks in the child with "Allow Exploding" unchecked.
Start a new drawing and Attach the child into this new parent drawing as an XREF.
This is all fine and does not allow editting/exploding. However, when I XBind or eTransmit, it undoes all this fancy prevention. Even with XEDIT = 0 in the parent.
I know at one time in like ACAD 2000, it was possible to prevent someone from editting/exploding a drawing e-mailed to them. It's been a while. Maybe we used a LISP routine or some features native to ACAD. I just don't remember.
I have been leaving custom icons in the Support directory where the associated cui is located and that has been working ok. Now if I try to assign another icon by picking the ellipses button it pushes me to this directory:
C:Use im.turnerAppDataRoamingAutodeskAutoCAD 2013 - EnglishR19.0enuSupportIcons, which is empty.
Now if I edit an icon there is no Save As option and if I hit Save there is no option to browse to a directory, only change the file name. So I hit save and go back to the default directory (above) but the directory is still empty and the original icon in the Support directory is unchanged.
Every time I try to update blocks with attributes of a given layout, this only updates the last active layout. example:
I have three layouts: Layout1, Layout2 and Layout3
layout of the three blocks I would need to update the reference but I can Layout1 default that always takes the last active layout. In the following paper space specific code, but as it would to tell a particular layout.
Private Sub UpdateAttributesInDatabase(ByVal db As Database, ByVal blockName As String, ByVal attbName As String, ByVal attbValue As String) Dim psId As ObjectId Dim tr As Transaction = db.TransactionManager.StartTransaction() Using tr Dim bt As BlockTable = DirectCast(tr.GetObject(db.BlockTableId, OpenMode.ForRead), BlockTable) psId = bt(BlockTableRecord.PaperSpace) tr.Commit() End Using UpdateAttributesInBlock(db, psId, blockName, attbName, attbValue) End Sub
Last week I opened the drawing and added some visibilty states etc. to the block.
Now when I open the block or insert it into another drawing for whatever reason the cursor or crosshairs stop at the edge of the block. And if you move towards the middle of the block where there isn't any lines etc. the cursor will move to that point until you hit another line then it will stop moving again.
I've been reading some other posts for different dynamic block topics/issues and read that everyone has problems when you get to higher numbers of visibility states, but when I edited last week I only added 7 states. Is that enough to make this happen? It sounds like everyone else that is having problems has far fewer visibility states than on the attached drawing.
I have recently been forced more to use customer supplied drawings in inventor that contain attributed AutoCAD blocks, I have been looking for a way to automate filling out these and add some consistency since they sometime ask for the same thing to be updated in several places. I have been using the "dwgblk.GetPromptTextValues(sTags, sAttr)" to get the values of these attributes but I don't know how to update the value from a property back into the attribute.
I have even thought about doing this in iLogic so that it would be easy to change from customer to customer.
I have a couple of attributes suing fields within a block. But they don't update on opening. I need to do a manual field update to get them updated to the latest values.Tried various combinations of "fieldeval", but this was no good.
I've started using tables linked to excel files for drawing index on cover sheets. My problem is when I delete or add lines on my excel sheet it changes the format on some of the cells changing font size and justification on some cells of my table. The changes to my table seems random.
I am trying to create an iLogic (or VB) rule to update an active drawing title blocks from our Template File.I don't want to use any of the external software (Transfer Wizard etc), we just need a simple rule that will update the title blocks when we need to.
I'm using a blocklibrary, where I stored all my blocks, most of them have attributes.
Now I'd like to simplify my workflow and want to update the blocks that I inserted in a drawing trough LISP.
Is there a way to update all inserted blocks and attributes of the whole drawing a once? The idea is, that the LISP checks the whole blocklibrary and updates the inserted blocks that to not match with the once from the library.
Attached drawing file. What I am after is the ability to be able to stretch the length and/or width and update the two feilds depending on the new distance. At the moment each time I specify the distance parameter as the object it works then when you close and test the block it just shows #### as if that object no longer exsits.
The second problem is i am trying to be able to stretch the comms rack width and to update the door to the rack (the dashed part of the block) to the same length as the width of the rack. Ie atm the rack and door is 600mm and 600mm if the width was updated to 800mm the door will also scale to the same. I attached example in white just below the block.
I'm looking for an option to keep master or source blocks together in one file that when changes need to be made I can just update them once and those changes reflect immediately in drawings containing said blocks. I had thought that the wblock command was used for this but it seems to just be another way to insert blocks similar to the design center.
I've tried this on three different machines now, definitely seems to be a bug. We are creating these on the X drive or Autodesk 360, do n't know if it does with any file folder, but guessing it probably does since the sync is an external process.
Autodesk Infrastructure Suite Premium 2012/2013 Windows 7, x64 Xeon E31225 w/ Quadro 600
We recently updated all of our software at my company from 2010 architectural desktop to 2013 autocad. We do a lot of architectural work where we use the "wall" functions to draw our floorplans. I have noticed that the walls are disappearing on some files and not on others. Or we will only be able to see the outside line of the wall, but not the interior, which results in an undesirable appearance to the floorplans.
I have also run across these error messages when opening the files, I dont know if they are related or not:
"Unhandled exception C0000005 (access violation reading 0xffffffff) at address E43AA180h"
and
"Unhandled exception C0000005 (access violation reading 0xffffffff) at address D41218AEh"
I have a block in a drawing that will not update after re-insertion of the updated copy of said block (Wait, does that make sense?)
Scenario: Floor plan with the room as a block. I go to the actual block drawing and edit it. I then try to re-insert it into the existing drawing, but the drawing still uses the same block that was originally inserted.
I am having problems with the automatic field updates. I've made a dynamic block with a length parameter "LENGTE (mm)" and a stretch action. In this block I also made a Attribute "LENGTE" the value of this attribute is linked to the length of the parameter with a field. The system variable "FIELDEVAL" is 31, so when I save or plot, or ..., the value of the attribute will be updated to the exact length of the parameter.
Now when I insert the block and stretch the parameter to a desired length and I save the drawing the attribute is updated and it has the same value as the parameter. But when I close the drawing and I open it again AutoCAD changes this value to ###. I tried the command "UPDATEFIELD" but the value doesn't come back. I have made a command string "c^c^_fieldeval;0;0;save;close" so that when i close the drawing AutoCAD sets the system variable FIELDEVAL to 0 then saves it and closes the drawing, so when I open the drawing again AutoCAD doesn't update the fields. That solved the problem. When I open the drawing again, I made a command to put the fieldeval back to the default value "31", so when I change the length parameter the attribute "LENGTE" will be updated again after a save or a plot. But then it goes wrong and AutoCAD changes the value back in ###. What is the reason that AutoCAD can't update that field, it works fine when the drawing stays open but when the drawing has been closed and I open it again it doesn't work anymore?
I'm updating drivers for Computers with Nividia Quadro 4000 video cards. I went to the Nvidia website and found two drivers. one I found that was certified for AUTOCAD 2013 and the version is 310.50. And another driver for the video card version is 311.50. should i download the newest version or the ACAD Certified version? Could the "Certified" version download not be current? Are there any drawbacks from one to the other?
Using ACAD 13 in Windows 8, when I use 3DCONFIG and check for updates I get the Performance Tuner Failed To Update error message. In the Knowledge Base there is a fix but it doesn't apply to ACAD 13 as the file names are different. Which file I need to change the permissions on in ACAD 13 and in what folder it may be hiding.
When some off our users move the dimensions in paperspace or the drawing in modelspace,
only some off the dimensions would see the viewports scale factor, and multiply itself by that, from my knowledge this happens when you uses the power dimensioning in Mechanical, and the the annotative tick box is selected, but for some reason one particular user he uses normal annotations when dimensioning, where there is no annotative functionally but the dimension still behave as mentioned.
Computer: Dell Optiplex 790, Intel i5-2400 - 3.10 GHz, 8 GB RAM, NVidia Quadro 600 video card, Windows 7 - 64 Bit
Vault: Files are not displayed if opened in Detail view. Must go to the Incon view to display files. Then, switching back to Detail view, file (Vault) status is not shown. If click "Get/Check IN" on file, Vault will crash and shut down. More recently, an HTTP 404: Not Found error appears when clicking on files - may disappear after a wait or clicking on the file repeatedly.
Inventor: Cannot access any files through the Vault tab - Inventor crashes and shuts down. If file opened from Vault instead, it will open and can be saved, checked In/Out.
All of this started a couple of weeks ago shortly after installing Windows Updates. It occurs only on my machine. No other Vault/Inventor user is having any problems. Two IT techs spent a week trying to solve the problem. The only solution was to unistall and reinstall everything including Windows 7. It worked great for a week until another Windows update was installed - now back to the same problems.
If I do a command such as regen, or switch between tabs/modelspace, generally anything that seems to involve a screen update, then immediately following that if I try something like a Shift-Tab type of operation, there is no response from autocad until I move the mouse. This is consistent if hardware accelertion is turned on or off, so I can't go blaming the video drivers just yet.
ACad, MEP, 3DS Max Windows 7x64 X5482 @3.2Ghz 8Gb Ram Quadro FX1700
I created a dynamic block to represent a room in a floor plan. It displays the dimensions and area of the room and can be stretched. But it's defeating the whole point of being dynamic. The area won't update unless I do a regen.
I've seen comments blaming MTEXT for the problem, so I tried putting the area field in a line of TEXT or DTEXT. It still didn't update unless I did a regen.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014 Dell Precision T1650 Windows 7 Professional SP1 64-bit Intel E3-1270 V2 3.5GHz / 32G RAM Nvidia Quadro 2000, Driver 331.82 Space Navigator, Driver Version 6.17.7
I got this big file of a map, and, when I paste the different pieces of the map, some of them are invisible. I already erased all the scale stil but it doesn't work. The files are there but i can't see them, i think there's something wrong with the blocks.
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...