Does Autodesk still proved a DWG library for developers?

Does Autodesk still proved a DWG library for developers?

oransen
Collaborator Collaborator
1,388 Views
8 Replies
Message 1 of 9

Does Autodesk still proved a DWG library for developers?

oransen
Collaborator
Collaborator

Does Autodesk still proved a DWG library for developers do that other companies can import and export AutoCAD DWG files?

 

If so does anyone know ho much it costs?

 

TIA,

 

Owen

 

0 Likes
Accepted solutions (2)
1,389 Views
8 Replies
Replies (8)
Message 2 of 9

Sea-Haven
Mentor
Mentor

Please explain more what it is your trying to do. Is it make a dwg without CAD there is a package out there. 

0 Likes
Message 3 of 9

oransen
Collaborator
Collaborator

Yes, I should have said "Sell" or "provide" not "prove". Old neurons!

 

A company has asked me to find out if they can buy a library (C++) (from Autodesk) which will read and write DWG files. They do not make CAD programs, but their clients use AutoCAD.

 

 

0 Likes
Message 4 of 9

daniel_cadext
Advisor
Advisor
Accepted solution

realdwg?

https://aps.autodesk.com/developer/overview/realdwg

I don't know about the cost

 

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
Message 5 of 9

Sea-Haven
Mentor
Mentor
0 Likes
Message 6 of 9

oransen
Collaborator
Collaborator
Many thanks.
0 Likes
Message 7 of 9

hak_vz
Advisor
Advisor
Accepted solution

@oransen wrote:

Yes, I should have said "Sell" or "provide" not "prove". Old neurons!

A company has asked me to find out if they can buy a library (C++) (from Autodesk) which will read and write DWG files. They do not make CAD programs, but their clients use AutoCAD.


If their clients use AutoCAD then they don't need RealDWG licensing. To interact with AutoCAD they can create programs inside it or around it using autolisp/visual lisp, dotNet (c++, C#, F# and visual basic), Python and JavaScript. Reading writing to dwg/dxf are carried out by AutoCAD . If they want to use RealDWG in an application that is not related to AutoCAD , but they i/o functionality for this data format, then they need license agreement. Current yearly cost of license for up to 10 000 users is 8000 US$/7500 € as stated here.  

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Message 8 of 9

Sea-Haven
Mentor
Mentor

There is another I think its called open alliance, but again a cost.

 

maybe this Open Design Alliance - Wikipedia

 

A sort of non cost is write DXF as its a ascii version of a dwg open in notepad etc and have a look, depending on how complex a dwg required may be a simple way out.

Message 9 of 9

oransen
Collaborator
Collaborator
The company already does that, but some of their customers want DWG input and output, and a DXF library needs constant updating. In the end it may cost less to go with RealDWG, though that is a choice they will have to evaluate economically.

Thanks for the suggestion though.
0 Likes