i want to export revit data.

i want to export revit data.

Anonymous
Not applicable
420 Views
1 Reply
Message 1 of 2

i want to export revit data.

Anonymous
Not applicable

i want to export revit modeling data for mdb(not using DB Link tool)

 

i found Interop.ADOX.dll.

 

i add Interop.ADOX.dll to my project reference.

 

and i bulid and execute external command. but an error occured.

 

The error like this :

 

Revit encountered a System.IO.FileNotFoundException : Could not load file or assembly 'Interop.ADOX, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.

 

help me.

 

please solve this problem or exporting modeling data way.(not using DB Link)

에러.PNG

 

 

0 Likes
421 Views
1 Reply
Reply (1)
Message 2 of 2

arnostlobel
Alumni
Alumni

Hello BIMS_Keris,

 

Revit’s entire API is contained in RevitAPI.dll and RevitAPIUI.dll; those are the only assemblies you may reference from your external applications. If the functionality you are looking for is not there, then Revit does not have it. I am not sure what you mean by “export Revit modeling data”, but it seems you could use a Custom Exporter, which allows redirecting Revit’s graphic output to an external Context object. You can implement a Context to export data in any format you need. Please look up more information about Custom Exporter as well as general information on how to build Revit External applications in the Revit API help file (part of SDK package).

 

Thank you

 

Arnošt Löbel

Autodesk Revit R&D

Arnošt Löbel
0 Likes