• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Revit API

    Reply
    New Member
    Posts: 1
    Registered: ‎09-24-2012
    Accepted Solution

    dwg import to 3rd party applications

    159 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...

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎07-05-2009

    Re: dwg import to 3rd party applications

    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. 

    Please use plain text.