Autodesk Revit API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
As my first forray into the Revit API, I want to be able to automate the process of saving out NWC files from various views in a project. If possible I'd like to script this, so that it can be done on a schedule, say daily at a certain time.
Is this possible without too much time and effort?
What would be the best approach to tackle something like this?
Where can I find sample code to get me going?
Thank you!
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes that can be done. I've seen a class in AU about it.
It's a little bit messy as it involves using journal files and windows task scheduling. If I can find the link (when at home) I'll pass it to you!
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes, if you can find that info it would be much appreciated!
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here you go..
http://au.autodesk.com/?nd=class&session_id=9039
CR3220 Automating Autodesk® Navisworks® Clash Reports
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Messy isn't the word for it. If I remember correctly they were using DWF files because of a dialog that kept coming up. And their report may have been a text file or something, no images in any case.
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the reply, unfortunately I don't have an AU subscription..
Re: Automate exporting NWC files?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Corey,
Anybody can sign up for the AU site to access to the class materials from the AU in the past. Feel free to register for it.
As to the original question about API for exporting NWC, that feature is an addin coming from Navisworks product. No API within the Revit for that. We have a wish to make it accessible through API, however.
Technically speaking, it is possible to write your own using Revit API and Navisworks NWcreate API. But it will involve quite a lot of coding, I'm sure.
Mikako Harada
Developer Technical Services
Autodesk Developer Network

