Reputation:
is possible to convert/translate RVT (Revit Format) to NWF, NWD, NWC( Navisworks file formats) using forge engine
Upvotes: 0
Views: 1825
Reputation: 8294
Regarding your comment on my initial answer on 2020-09-16:
You cannot use the Forge Model Derivative API to translate from RVT to NavisWorks.
Please refer to the list of supported translations.
For instance, from RVT, you can get DWG, IFC, SVF and thumbnail.
However, all the translations take a CAD seed file format as input.
The output is generally simplified, e.g., SVF (always available, optimised for web viewing) or some other simpler format that can be deduced from the input.
SVF is the end of the line. You cannot translate from SVF back to something more complex and CAD oriented.
The NavisWorks formats are also CAD seed file formats and can be used as input. They cannot be generated as output, though.
Hence, please refer back to my initial answer.
Upvotes: 1
Reputation: 8294
Yes. You can achieve that by using the Forge Design Automation API for Revit.
That provides web-based access to the standard Revit .NET API, which provides the Export to NavisWorks method.
Here are some recommendations on how to develop and test a Revit add-in locally on the Windows desktop before migrating it to DA4R.
Upvotes: 0