Design Review
Welcome to Autodesk’s Design Review Forums. Share your knowledge, ask questions, and explore popular Design Review topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to compare dwf files via API?

2 REPLIES 2
Reply
Message 1 of 3
cezary_fraczyk
831 Views, 2 Replies

How to compare dwf files via API?

How to compare dwf files via API?

API documentation generally explains how to do it, but my procedure raises an error.

DWF files are generated in AutoCAD Mechanical 2011 by DWF6 ePlot.pc3.

Any suggestions? Thanks in advance

 

IAdMarkupEditor3 markupEditor = (IAdMarkupEditor3)DwfViewer.MarkupEditor;

IAdComparator Comparator = (IAdComparator)markupEditor.Comparator;

string file1 = @"D:\DWG\file1.dwf";

string file2 = @"D:\DWG\file2.dwf";

Comparator.Compare(file1, "Model", file2, "Model"); //Exception

2 REPLIES 2
Message 2 of 3
herbert.he
in reply to: cezary_fraczyk

Thank you for reporting this issue.

 

We had logged a defect ADROTW-1700 against this issue. We're considering to fix it in further releases.



Herbert He
SW Engineer
PSEB-GE- ACRD PSEB
Autodesk, Inc.
Message 3 of 3
herbert.he
in reply to: herbert.he

This defect has been fixed in ADR 2012. You can download ADR 2012 for free from here.

 

Thank you for supporting Autodesk Design Review.



Herbert He
SW Engineer
PSEB-GE- ACRD PSEB
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report