Jump to content

Recommended Posts

Posted

Does anybody know of a tutorial on how to export the DBLIST for an entire drawing to a database that is linked to AutoCAD?

Posted

You might be better off in the LISP and VBA section for a solution on this.

Posted

You might also look into saving the file as a dxf for more accurate information.

Posted

The DXF has a lot of additional information that makes it difficult to sort through. Is there a way to export out the property data by layer?

Posted

At this point it might be a good idea to describe what you are trying to accomplish.

 

Rather than exporting the entire drawing via dxf you can dxfout and under options you can chose Objects that will then allow you to select items. At that point you could define a filter you would like to use, or use a predefined filter. Optionally you could prepare your objects for selection beforehand by turning off or freezing layers that you are not interested in.

Posted

I want to be able to create a database of information contained in dxf files. I want to sort the data by layer name and access the full coordinate information. The images will be redrawn by another software (Flash) from these coordinates. I am looking for a way to get the coordinates of all objects (polylines, arcs, lines, blocks and text) out of AutoCAD and into a database where they are labeled by their layer name.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...