look in a dwg-file without autocad?

look in a dwg-file without autocad?

Anonymous
Not applicable
290 Views
2 Replies
Message 1 of 3

look in a dwg-file without autocad?

Anonymous
Not applicable
Hallo,
I search a tool (for example as dll) for visual basic to look
in a dwg-file without autocad.
I need the objects, coordinates, layers,... of the drawing.
So I select objects in the drawing and create a new drawing.

Who can help me?


Thanks
Hartmut Callies
0 Likes
291 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
If you have AutoCAD installed you can use the ObjectDBX which is basically
AutoCAD without the display and plot functionality which makes it
considerably faster.

Otherwise you can check out the Open Dwg Alliance at http://www.opendwg.org


--
Rodney McManamy - President
MACSolids - Maximizing AutoCAD Solids
website: www.macsolids.com
"Hartmut Callies" wrote in message
news:571180A04066D61EDB3075B9119860AA@in.WebX.maYIadrTaRb...
> Hallo,
> I search a tool (for example as dll) for visual basic to look
> in a dwg-file without autocad.
> I need the objects, coordinates, layers,... of the drawing.
> So I select objects in the drawing and create a new drawing.
>
> Who can help me?
>
>
> Thanks
> Hartmut Callies
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Hartmut,

You can try ODX.dll from www.opendwg.org. You have to be a member to
download it, but associated membership is free.

The object model is convoluted, but Randall Rath has a partially complete
VBA wrapper class written for it. Look on www.vbdesign.net.

Chuck


"Hartmut Callies" wrote in message
news:571180A04066D61EDB3075B9119860AA@in.WebX.maYIadrTaRb...
> Hallo,
> I search a tool (for example as dll) for visual basic to look
> in a dwg-file without autocad.
> I need the objects, coordinates, layers,... of the drawing.
> So I select objects in the drawing and create a new drawing.
>
> Who can help me?
>
>
> Thanks
> Hartmut Callies
>
>
0 Likes