Autodesk Design Review 2013

Autodesk Design Review 2013

Anonymous
Not applicable
1,214 Views
8 Replies
Message 1 of 9

Autodesk Design Review 2013

Anonymous
Not applicable

Hi,

 

How to view DWF file on the web page by using DWF viewer without installing the Autodesk Design Review on the local machine.

 

Can any one from Autodesk team to support on this?

 

 

 

 

 

0 Likes
1,215 Views
8 Replies
Replies (8)
Message 2 of 9

ToanDN
Consultant
Consultant
0 Likes
Message 3 of 9

vladimir_michl
Advisor
Advisor

You can use the "share" option in any of the Autodesk 360 web services (A360, BIM 360 Team, Fusion Team) and embed the published IFRAME into your web page - or just use the generated public link to your model. You can even publish it in the native CAD/BIM format - skipping the DWF-publishing.

 

See e.g.:

http://www.cadforum.cz/cadforum_en/publish-interactive-3d-models-on-the-web-with-autodesk-360-tip885...

 

Vladimir Michl, www.cadstudio.cz  www.cadforum.cz

 

0 Likes
Message 4 of 9

Anonymous
Not applicable

Hi,

 

Thanks for your replies.

 

I need to view the same Autodesk Design Review controls on the web.

 

For that, I have tried to embed Autodesk Design Review in a web/HTML page with all toolbars and ribbons using the below code.

 

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>

<object classid="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF" width="100%" height="990">
<param name="Src" value="http://www.autodesk.com/global/dwf/samples/multiple_layouts_large.dwf">
</object>

</body>
</html>

 

This code runs on the web page, only the local machine having Autodesk Design Review Software.  Without having that software on the local machine, the browser doesn't view any output for the above code.

 

Can any one from Autodesk team to support on this?

 

 

0 Likes
Message 5 of 9

vladimir_michl
Advisor
Advisor

Yes, you are using HTML code which refers a DWF (Design Review) object. This won't work till Design Review is installed and till the object becomes available. This is as designed. The above mentioned method is an alternative not requiring any installs.

 

Vladimir Michl, www.cadstudio.cz  www.cadforum,cz

0 Likes
Message 6 of 9

Anonymous
Not applicable

Ya, I have tried the alternative way without any installs(as per your suggestion). I embed the published IFRAME from A360 "share" option into my web page it shows only the 3D view. But, I need the 2d view and also dynamic sheet viewing. 

 

Can you support on this?

0 Likes
Message 7 of 9

amorap
Advocate
Advocate

Hello from Spain

 

Also DWFx format can be viewed with Microsoft XPS viewer, that is included with Windows.

 

Regards.

Augusto Mora
Architect & teacher of Building Projects at CPIFP Pirámide. Huesca (Spain).
Revit 2014 certified profesional.
0 Likes
Message 8 of 9

edwin.prakoso
Advisor
Advisor

You can open DWF file in IE, Chrome or Firefox. But I don't know if it will work the same when you embed it in a web page.

For your reference: 

Cheers,
Edwin Prakoso
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 9 of 9

amorap
Advocate
Advocate

Hi Edwin

 

I'm not sure that DWF files can be opened in a web browser, as far as I know, only DWFX can.
I can open DWFX with Internet explorer and Microsoft XPS viewer in Windows 10 Pro Creators Update. 

 

Regards.

Augusto Mora
Architect & teacher of Building Projects at CPIFP Pirámide. Huesca (Spain).
Revit 2014 certified profesional.
0 Likes