Does anyone know if there is a way to use a Dynamo script and apply to all RVTs in a folder, to export them all as Navisworks NWC’s? (see attached visual for more information)
My question is specifically focused on step 2 of this process I am trying to automate, and how Dynamo could help me achieve this?
My first thought was to use Dynamo to achieve this, but if anyone knows of a better way to resolve this process I am certainly open to hearing it.
Does anyone know if there is a way to use a Dynamo script and apply to all RVTs in a folder, to export them all as Navisworks NWC’s? (see attached visual for more information)
My question is specifically focused on step 2 of this process I am trying to automate, and how Dynamo could help me achieve this?
My first thought was to use Dynamo to achieve this, but if anyone knows of a better way to resolve this process I am certainly open to hearing it.
Yes, you can automate exporting the Revit RVT to Navisworks.
The Revit API provides the Doucment.Export overload taking a NavisworksExportOptions argument for this purpose:
https://www.revitapidocs.com/2017/1b9538a9-a76b-0a40-2aed-e02f6974a43a.htm
In a Revit add-in, you can use the OS functionality to access all RVT files in the folder, open, export and close each in turn.
This functionality can also be made available in a Dynamo node.
Best regards,
Jeremy
Yes, you can automate exporting the Revit RVT to Navisworks.
The Revit API provides the Doucment.Export overload taking a NavisworksExportOptions argument for this purpose:
https://www.revitapidocs.com/2017/1b9538a9-a76b-0a40-2aed-e02f6974a43a.htm
In a Revit add-in, you can use the OS functionality to access all RVT files in the folder, open, export and close each in turn.
This functionality can also be made available in a Dynamo node.
Best regards,
Jeremy
Can't find what you're looking for? Ask the community or share your knowledge.