AutoCAD Map 3D :: Database And Drawing Edits At Same Time
Mar 12, 2012
Can you have a database and the dwg file open at the same time and not be in read-only mode?
For example: I have access database file open and editing it while in the dwg file with the graphical info that is linked to the database.
View 8 Replies
ADVERTISEMENT
Jun 30, 2012
I have written a command that replaces the given annotative scale of all objects in a drawing, with another annotative scale. Works great, except I can't remove the replaced annotative scale (with SCALELISTEDIT - DELETE button), unless I save the drawing and then open it again.
An annotative scale that is in use, can't be deleted. But since I can delete it after reopening the drawing, I am sure it is not in use anymore.
Is there a way to "refresh" the drawing/database, without reopening it?
View 5 Replies
View Related
Aug 8, 2012
How i can get Database object of Drawing file with out opening.
View 1 Replies
View Related
Sep 29, 2011
I'm experimenting with treadsafe progressbar, that would allow me to stop the process.
but for some reason, on this line
Dim _db As Database = AcApp.DocumentManager.MdiActiveDocument.Database
AutoCAD crashes with fatal error This runs on the new thread, so i suppose it has something to do with it, but i have no clue, why this should be a problem.
View 6 Replies
View Related
Jul 31, 2012
I recently received a new computer with windows 7 and installed 2013. I now cannot link my database to my drawing.
View 5 Replies
View Related
Jul 13, 2013
I need to draw a couple of hidden lines into a drawing. I see that it is not in my database when I go to Modify/Properties, it does not exist. I am using either v 2000, or v 2007 if it matters.
View 5 Replies
View Related
Mar 14, 2012
I have an AutoCAD file which includes 3d points and lines which represent an existing ground survey. The scheme is approx. 8km and points are spaced in a dense grid. The survey was undertaken using aerial (Lidar) methods, before being rationalised using aerial imagary to identify linear features such as kerbs, fencelines, etc, which are included as 3d polylines. Items have been grouped by the surveyors and adopt individual cad layers and linestyles, etc.
Basically, I want to incorporate all of the points and all 3d polylines into my Civil 3d Survey database in order develop a roads design.
View 4 Replies
View Related
Jan 1, 2012
My master drawing includes things like network information, drops, V-lans and bandwidths,
I want to use a database to count various objects/blocks in a drawing. Ideally I want to write a macro button that enables me to export the information in the drawing straight into a database.
View 3 Replies
View Related
Mar 25, 2010
Is there a way to link the path of the survey data base in the drawing, so I do not have to set the working folder every time?
View 9 Replies
View Related
Aug 6, 2013
I am working on the AutoCAD customization and doing the same by VB.Net & C#.Net. But I just want to know the difference as mentioned below:
1. Insert Block In AutoCAD
Using VB.Net without using DataBase services..Only 1 statement is required to Insert the Block objAcadDocument.ModelSpace.InsertBlock(Required Arguments are here) Using C#.Net with DataBase services
There are many statments are there to insert only 1 block..Like Start Transaction, Lock the document, Get the Object Id Block etc...So my quetion is that when I have to use DataBase services and when not
what is the advantage of doing customization using DataBase services rather than go for wihout DataBase services.?
View 4 Replies
View Related
Dec 6, 2013
Is there a way to search the database/tables/whatever to determine if new layers are present in a drawing?
I want to run a script to reconcile new layers in the sheet drawings after having cleaned the xref drawings, and the script bombs if there are no new layers present in the parent drawing.
If I could determine what triggers the layereval/layernotify sequence (tblsearch?) I could include an if or while lisp routine that would invoke the layer command and then reconcile the new layers.
View 9 Replies
View Related
Jan 2, 2013
I seem to remember a command that you could input which would show you detail info about when a drawing was originally open and how much time it the drawing had been open. But of course I do not recall what the command was.
View 6 Replies
View Related
May 15, 2012
I get an error every time I open any drawing after it has been saved in 2013. Opening a dwg that was created in an earlier version does not give the error, but after I save it in 2013, it does.
If I create a new dwg in 2013, save it, close it and then open it I don't get the error the first time. But then if I save that dwg again, I will get it the next time I open it.
The exact error is:
One error was found in the drawing file during open. Would you like to cancel this open?It is recommended you cancel the open and run the RECOVER command on the drawing file.
I run the recover command. It says it found, fixed, and erased 1 error. I save, close, and reopen the drawing and the error still appears every time.
View 2 Replies
View Related
Apr 10, 2011
Every time I try to open a drawing I get the pop up stating that it can't be opened because of incomplete or corrupt information and needs to be recovered, but when I recover the file the audit doesn't find any errors. I can open the file, but this is kind of annoying to have to do this each time. I've purged the drawing, ran an audit, and verified that there aren't any problematic blocks or anything like that.
View 5 Replies
View Related
Aug 26, 2012
Once I have the dwg open how do I get to the database?
Dim AcadApp As Object = Nothing Dim AcadDoc As Object = Nothing Try AcadApp = GetObject(, "AutoCAD.Application.18") Catch ex As Exception AcadApp = CreateObject("AutoCAD.Application.18") End Try AcadApp.Visible = False Try AcadDoc = AcadApp.Documents.Open("C:UsersPAULDesktopB-03-J-H135.dwg", True) Catch ex As Exception Exit Sub End Try Dim MyDb As Database = AcadApp.DocumentManager.MdiActiveDocument.Database
View 4 Replies
View Related
Nov 23, 2011
After doing a few renders, my drawing now reverts to wireframe every time I close it, save it, regen. how to stop this from happening? It will basically not stay in 2D wireframe and the dwg has become very sluggish.
View 3 Replies
View Related
May 10, 2013
How to resolve the issue of : Displayed drawing keeps on vibrating everytime the cursor is move.
View 5 Replies
View Related
Jul 18, 2007
can you reset the total editing time for a drawing back to 0?
View 9 Replies
View Related
Feb 23, 2012
How to avoid nested references reload every time I open autocad drawing. In some drawings I have twenty nested references. I really need to avoid reload each reference.
View 1 Replies
View Related
May 9, 2012
Is there any way to copy a viewport that includes model space and paper space at the same time to another drawing?
View 5 Replies
View Related
Mar 21, 2013
I've read threads on drawing a tile or something of a certain size, then using the offset filter, but what I'm wondering is - is there anyway to draw within a certain bounding box for the tile, and have that same tile updated and drawn realtime next to the tile you're currently drawing? My project is a 2D platformer game, and say we have a block of grass that's 128x64. I need the left and right borders of this tile to blend so that I can place multiple tiles of this kind next to each other and they'll loop nicely, but it's extremely difficult to draw a tile, and then copy and paste it next to the tile every single time I make any change to the original tile to test and see if it'll blend seamlessly as it loops.
View 3 Replies
View Related
Jan 7, 2013
How do I get my Sheet Set Manager to open up each time I open a CAD drawing? I turned it off and can't remember how to turn it back on. I use command SSautoopen, set to 1 but doesn't alway work. Sometimes if I close AutoCad and reopen it I can got to drop down menu and click on .dst extension and it will open but if I close out of it it won't open again unless I restart AutoCAD. I thought I used a command from the Express Tool menu but can't find it.
View 3 Replies
View Related
Jan 16, 2012
Ok some times when I go to run details it pops up that it can not load the component database AecDtlComponents (US).mdb file. I go to options and can not do anything there. So I have to close it all down and hope when I reload AA it works. 9 out of 10 times it does. But this is a pain to do when ever you need to add detail stuff. Oh also this happens on more then one computer in the office. running 2012 with sp and all updates on windows 7
View 8 Replies
View Related
Aug 2, 2011
I note that from time to time I can't see the counter and this is quite an annoyance. When the invisible pointer hover over or passes over an object, the latter will highlight as usual. I have to close and restart the drawing each time due to this issue. Is there an explanation for it, even a solution to prevent this from happening?
NOTE : This is limited to the drawing area only. I can see the pointer in the menu/toolbar area and outside autocad but not in the drawing area.
View 3 Replies
View Related
Jun 28, 2013
When a make a copy of a material library item (siding) and use the materials editor to change the color the materials do not change from the original color. What can I do to update 5the colors?
View 5 Replies
View Related
Jan 31, 2013
I'm using Inventor Pro 2013 as a single user (no vault). see the attached error. I was placing parts and I think I pulled one outside the project folder?? I got something about changing directories and I accepted it. That may be what happened but I'm not sure. I also noticed that in the projects box my project says (read only).
View 9 Replies
View Related
Jul 18, 2012
I'm trying to edit MTEXT boxes that I've created and when I begin the edit (delete/add text, change font size, etc.) the text box disappears until I click "OK" essentially making me do my edits blindly. After I click OK and return to model or paper space, the text box reappears and my edit has been made.
View 2 Replies
View Related
Jun 18, 2013
I'm having a problem with a Zone Border. I created the Zone Border like normal. I edited the appearance of the 'ABCD1234' text slightly:
- changed to center and middle justification.
- changed width to 120%
- changed color to black
The edits to 'ABCD' took effect and look just right. The edits to '1234' don't stay edited. I save the sketch, it looks okay, then when I add it to Sheet:1, the numbers have gone back to blue and lost the width and justification edits. But the letters are fine. What the heck is going on?
View 7 Replies
View Related
Sep 18, 2013
When I make changes through styles editor and try to save them, I get a window that pops up saying "Style library (C:Vault_WorkDesign Data) cannot be saved because it is damaged".
View 2 Replies
View Related
Jun 7, 2010
How come I can't do grip edits on MPolygons in Map 2011? I might be mistaken but I was sure we could do this in 2010 couldn't we?
View 5 Replies
View Related
Oct 15, 2013
Why do they do this? I am trying to quick elevation edit a featureline but my edit glyph jumps to a completly different featureline that is near.
View 3 Replies
View Related