Publisher is able to integrate the Navisworks Freedom viewer to render Navisworks models to the NWD format. This is also made possible by the AutoLISP feature of the AutoCAD rendering module as described in Configuring the Autodesk AutoCAD rendering module options.
To configure Publisher to render Navisworks models:
Add the following AutoLISP function to the AutoCAD startup:
(defun MakeNWD (outfile outfile2) (command "NWDOUT" outfile) (command "quit") )
Option | Description |
---|---|
File extensions |
.dwg;.dxf |
Rendition type |
AutoLISP command |
Name |
|
Output file extension |
nwd |
Property name |
<None> |