Autodesk DWF Viewer 与 Autodesk Design Review 的那些事儿
近来一直在研究Autodesk公司的提供的图纸查看软件的一些功能,由于办公室安装的是AutoCAD 2007,所以附带了DWF Viewer 6.5版本。个人是一个非常追求新功能的软件爱好者,所以就深入研究了一下。查询了官方网站,原来Autodesk自从发布了DWF Viewer 7 后,并未有后续新版本,取而代之的是Autodesk Design Review,DWF Viewer被取代后的第一个版本是Autodesk Design Review 2009(以前叫DWF Composer),那么DWF Viewer应该是在 AutoCAD 2008 后(即Autodesk系列软件整体界面换代)就停止更新了。
之所以喜欢DWF Viewer,是因为喜欢它一个功能,那就是网络发布的功能,不知道ADR是否仍然具备这个功能呢?当然,Autodesk在其[url=http://www.autodesk.com.cn/adsk/servlet/item?siteID=1170359&id=13154969]官方[/url]已经有了说明,Autodesk Design Review既可以作为一个单独的应用使用,又可以作为一个内嵌在Microsoft Internet Explorer中的ActiveX控件,使用方法跟以前的DWF Viewer完全一样。
[dwf]http://bbs.archicastle.com/attachment.php?aid=NDk4fDU5MjdlOWEwfDEyNzE5OTE4MDZ8MDFiYmlkOGc4b21rNTZTWXFnZFZPOWRZa2pvQUpGWnZtS2NvRUxkbmNCV2ZHSTA%3D[/dwf]
[dwf][attach]499[/attach][/dwf]
Autodesk Design Review包含Autodesk DWF™ Viewer的所有功能(而且增加了更多功能),这两款软件均可免费*下载。如上所述,Design Review是Autodesk DWF Viewer的更新版本。如果您想使用Autodesk DWF Viewer 7,可以登录DWF社区网站:服务和支持/ 数据和下载,下载该软件。
另外在使用中我还发现,使用ADR发布的DWF,使用DWG Viewer 是无法打开查看的。 Many of you like to embed your designs in your web pages. This allow visitors to your sites to view your designs, plus pan, zoom, and orbit to see more than what could be accomplished with just a picture.
Project [url=http://freewheel.labs.autodesk.com/]Freewheel[/url] makes this possible using HTML that looks like:[code]<iframe scrolling="no" width="800" height="600"
src="http://freewheel.labs.autodesk.com/dwf.aspx?
path="http://labs.blogs.com/articles/mouse.dwf">
iframe>[/code]The items in red are what you change specific to your needs. Project Freewheel does not require anything to be installed since it uses just the browser, but the DWF file does have to be publicly available or uploaded to the Project Freewheel server.
Historically, in cases where you rely on your site visitors having Autodesk Design Review and Internet Explorer, HTML could be used that looks like:[code]<OBJECT CLASSID="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF"
CODEBASE=http://www.autodesk.com/global/dwfviewer/installer/
DwfViewerSetup.cab#version=7,0,0,928
WIDTH="800" HEIGHT="600">
<PARAM NAME="Src"
VALUE=http://labs.blogs.com/articles/mouse.dwf>
</OBJECT>[/code]Autodesk Design Review can be used for the internet as well as intranet-only situations.
I am happy to announce that a Firefox 3 add-on is now available on Autodesk Labs. Firefox 3 users can download the add-on from the Autodesk Labs site:
Firefox Add-on for Autodesk Design Review
Users who download and install this add-on can view HTML pages with designs embedded. If you are authoring a site and wish to allow visitors to your site who have Autodesk Design Review plus this add-on to see your designs embedded as part of your site, you would include HTML that looks like:[code]<OBJECT ID="ADR"
TYPE="application/x-Autodesk-DWF"
WIDTH="800" HEIGHT="600">
<PARAM NAME="dwffilename"
VALUE="http://labs.blogs.com/articles/mouse.dwf">
</OBJECT>[/code]
页:
[1]