I’m trying to create NWC files from multiple Revit projects.
I have dynamo script to read the files on the background and export NWC. However it doesn’t work.
Could you please have a look and let me know what the issue is? or if you have any other option.
When you open several documents, set the lacing to longest on the Export NWC in Document node .
You must choose an export coordinate system for the ChooseCoordinates input.
You’re trying to export documents opened in the background and the 3D views of the active document without providing the active document in the document input.
Thanks for replying me back.
I did exactly what you did. However, it doesn’t work and I get the same result.
Could you please check if I did something wrong?
Thank you Alban for quick response. it’s better now
I was keep tying to see if it works or not. it creates nwc files but not for all 3D views. it creates nwc from only one of the 3D views in each file. I keep getting the below error.
Also, is there any way to read a directory from BIM360 as my projects are in BIM360? I did tried, it doesn’t find the directory.
And just wondering how you show the packages name on your nodes, it’s so cool .
Thank you so much for replying to all my questions .
Just let you know, unfortunately Autodesk Desktop Connector doesn’t work as well, I tried that one.
@Eli - were you able to get this working with bim360 hosted projects? I’m trying to accomplish this. Your script is awesome for working in locally hosted projects.