CAD格式DWF嵌入到自己的网页中展示--Autodesk Design Review


网页上嵌入CAD图纸,用的 Autodesk Design Review控件嵌入IE,

网上的 dwf viewer方式没成功。

Head之间

   
  function ListSections()
    { var ECompViewer = ADViewer.ECompositeViewer;   
var Sections = ECompViewer.Sections;    
var secList = document.getElementById("SectionList");  
for (iSection = 1;(iSection <= Sections.Count); iSection++) 
{  var Section = Sections(iSection); 
       secList.innerHTML += Section.Title + "
";   

   } 
 

  
if (bstrItemType == 'DOCUMENT') 
{ ListSections();
}  

body之间


//创建Design Reiew对象


效果预览:

当然,别忘了下载控件,还有,需要在IE下运行,其他浏览器不太行

http://www.autodesk.com/products/design-review/download

http://download.autodesk.com/esd/designreview/2013/ADR/chs/SetupDesignReview2013.msi.zip