Autodesk Revit API
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
dwg import to 3rd party applicatio ns
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
160 Views, 1 Replies
09-24-2012 01:18 AM
Hi,
I'm pretty new here so sorry for possibly a very dumb question: what is the best way to read the content of a .dwg file (generated from Revit or any other Autodesk SW) in a my own application? Is the RealDWG only possible solution or does Revit API (AutoCAD API, etc.) provide this kind of functionality as well? I'm kind of confused whether the APIs are only for Autodesk plugins or if they may be used in non-Autodesk apps...
Solved! Go to Solution.
Re: dwg import to 3rd party applicatio ns
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-24-2012 04:40 PM in reply to:
tomasvomacka
The APIs extends the functionality of Autodesk products, so they are supposed to be used with Autodesk products, instead of independant applications.
But you can certainly write an exporter using the APIs to export the DWG into your own application.
