Import/Export DWG?

Hi all,

Just something came up to mind,
For the current RIR, is there a way to import/export dwg via?

Thanks.

Not at this time. Those are fairly complicated processes, not your typical revit UI button.

The import method provided by Revit API isn’t too bad.
File Path
DWGImportOptions
View

DWGImportOptions has about 10 variables that need to be constructed; Placement, OrientToView, Units, Visible Layers, Scale…

DWGexport is more complex, where you’re getting views, sheets, as well as settings.

1 Like