AutoCAD 2010 :: Using Database Function To Report Objects Within A Drawing
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
ADVERTISEMENT
Nov 5, 2012
how annotative objects function through xrefs and am running into some trouble.I created a brand new drawing, made an annotative symbol and 2 peices of annotative text, all three have 1"=20' and 1"=40' assigned to them. I can switch my scale back and forth and the objects act as they should.
If creat a second drawing and xref the first one, the only way I can see these xref'd objects is if I set ANNOALLVISIBLE to "1" or if I select one of their xref scales as the current scale 1"=20'_Xref or 1"=40'_Xref.
My goal is to be able to have plans that are annotative that can be xref'd into another annotative drawing and have the objects in both that are the same scale show up.
View 1 Replies
View Related
Nov 16, 2011
In 2011 every so often I get this error "One or more objects in this drawing cannot be saved to the specified format. The operation was not completed and no file was created." This happens and I just go and click file or regen and sometimes it just saves the file other times it does not.
View 9 Replies
View Related
Oct 12, 2011
I am using AutoCAD 2012. When I use Paste Special to insert and object as an Image Entity AutoCAD shuts down. I used it for years on older versions of AutoCAD with no problems. It is good to use when inserting a PDF into a drawing to trace over the objects for CAD use.
View 4 Replies
View Related
Jan 29, 2013
Users: Windows 7, AutoCad 2011 update 2 applied
Windows Server 2008 r2
Data stored on a network share
Network licenses on a separate server
My problem started when we moved all of the users data to a new Windows 2008 r2 server. Searching and file navigation was slow so we turned on Windows Search service. Greatly improved network searches (users do content as well as file name searches).
Then Autocad started having errors when trying to save or create dwf files. The error "One or more objects in the drawing cannot be saved to the specified format. The operation was not completed and no file was created." Users can save the drawing to the local drive without the error.
View 6 Replies
View Related
Feb 3, 2011
How can I globally change the CELTSCALE of all objects in my drawing? Using PROPERTIES, I can change one element at a time, but when I choose multiple objects in the drawing at the same time, PROPERTIES does not allow me to change their CELTSCALE to (say) "1". Also, this doesn't appear to be possible using the CHANGE (Properties option) command either. The latter only allows the LTSCALE to be changed (not CELTSCALE).
View 9 Replies
View Related
Feb 24, 2012
I have to list all object data on some 4000 drawings. The drawings have been created in an unkown version of autocad and are electrical in nature. It would be great if a LISP file could be created to extract all of this too individual Excel or text files.
View 1 Replies
View Related
Dec 22, 2012
I have a slightly unusual query that I can't seem to find a solution for elsewhere. I have an existing OS plan that is 'off grid', and would like to adjust the vertices at the ends of all the existing lines and polylines so that they all sit on a grid point. Is there a quick command or script that does this?
View 2 Replies
View Related
Sep 3, 2012
How i can browse all objects into an autocad database?
View 5 Replies
View Related
Sep 13, 2012
I want to take out the line list ( text ) report from on drawing ( P&ID drawing ) in text format or excel format.
View 3 Replies
View Related
Aug 9, 2011
I tried to report my dimensional constraints in my drawing as a table. Is it possible?
View 0 Replies
View Related
Feb 21, 2012
linking database records to graphical objects within AutoCAD2012?
View 3 Replies
View Related
Jul 31, 2013
If we're in a drawing and pick the AutoCAD application button > Drawing Utilities > Drawing Properties we can, and do, use this to enter custom propterties. Is there any way to print out a report of a drawing's custom properties? Ideally, i would like to be able to select multiple drawings and print a report of each drawing's properties.
View 9 Replies
View Related
Nov 14, 2013
We are getting attached window of Autodesk report in mid-way of working on Inventor .
What is the reason behind this window coming while working.
After putting email-id in the box then clicking on the 'Send report' how we get the solution .
View 2 Replies
View Related
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
View Related
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
Apr 28, 2011
I would like to return multiple objects from a function. can it be done? and how?
function DrawLines()as object
objline1 as new line
objline2 as new line
[..]
return 'objects'
[code]....
View 2 Replies
View Related
Oct 7, 2010
I have a function that uses AcadApplication.ActiveDocument.SendCommand to allow the user to scale the inserted lines and text before the next step of the process, but AutoCAD does not display the scale prompt until after the entire program finishes. The prompt works well, but needs to be displayed before I end the sub.
How do I get the command to be sent immediately? Is there another way to allow users to scale the items I insert? The screen needs to be refreshed before the scale command is called, so that the lines and text I just added shows up. I have attached the code for the Send Command call and for the function that calls it.
View 5 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
Jan 8, 2014
I am using AutoCAD LT 2011. I have had an unexpected loss of functions that is not restored by a system restart.
When I select objects, I can't get any of the tools to work on the preselected object ( The tools all work if I select the tool first and then select object to apply it to). And I can't change properties such as layer & color of a preselected object.
Also I can't delete a selected object with the keyboard delete key, and I can't bring up the MultiLine text editor with the usual double click of a text object.
It doesn't sound like a simple command reset as there is too many things involved. Can't find anything on options and drafting settings that is relevant. So it sounds like it might be a total reload of LT?
View 2 Replies
View Related
Apr 13, 2012
I am looking into using the Survey Database for the first time and noticed it linked back to the imported file from which the points came. However, my question is when the points are adjusted within the AutoCAD file is there a way for this adjustment to link back into the imported point file. I am trying not to have a situation where the data is different between the imported file and the autocad file.
View 3 Replies
View Related
Jan 5, 2012
I have a table in an Access 2010 database which has 130 rows of records. Each row is assigned a drawing file name field and then the 6 attributes for the title block of each drawing. I am wanting a routine that will open a set of drawings, the set matching each drawing file name field record and populate the attributes in the drawing title block with the corresponding records in that row from the database table.
I have seen where multiple blocks in one drawing can be populated with an attached database but I want to populate several drawings with a single database that has several records. One row of records for each drawing.
View 6 Replies
View Related
Jun 11, 2012
I am using 2012 autoCad. I have created an external MS access database in 2010. I want to map some fields like Polyline areas to DB field. DBConnect wasn't that much usrful to me for external databse.(Or I might be missing something).
Is there anyway that I can map AutoCAD-2012 Polylines to External database field so that updating polyline auto updates the database??
View 2 Replies
View Related
Sep 3, 2009
I would like to find a function that returns the two objects colliding using contact sets. I'm not sure this functionality is available in the API.
View 1 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