Export DWG Error section Head

Export DWG Error section Head

mr.engineer.aec
Advocate Advocate
471 Views
1 Reply
Message 1 of 2

Export DWG Error section Head

mr.engineer.aec
Advocate
Advocate

 Hi All,

I exported by code:

DWGExportOptions opt = new DWGExportOptions();
                 opt.MergedViews = true;
Doc.Export(ExportDWGFolderPath, DWGName, views, opt);

 but detail number in section head error like pic:

in AutoCADin AutoCAD

 

In Revit:

in Revitin Revit

 

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

jeremytammik
Autodesk
Autodesk

What is the result of performing the same export manually though the end user interface?

 

If it is identical, this is a product support issue that can be addressed in one of the non-API forums.

 

If the manual export works fine, please submit a minimal reproducible case that we can share with the Revit API development team for analysis and rectification:

 

https://thebuildingcoder.typepad.com/blog/about-the-author.html#1b

 

Thank you!

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes