bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
277 stars 75 forks source link

Files in B360 #106

Closed Thrasso00 closed 3 weeks ago

Thrasso00 commented 1 year ago

Hi, I have some problems when the files are in B360. Can we use this tool with files that are in B360? My idea is to use RBP on several files but some are on my server and some are in B360 design. I am going to run a dynamo script once a week using RBP. As a workaround I have tried to download the files from b360 with a batch file but I have not succeeded.

Have you considered an alternative in case RBP doesn't work with files in b360?

Regards.

petersmithfromengland commented 1 year ago

Hi @Thrasso00,

Pardon the stupid question but are you following the instructions in the repo to work with BIM360 files?

There's no problem with RBP using a mix of files I don't believe. Can you paste a screenshot or copy of your file list?

Some other things to consider:

Cheers, Pete

Thrasso00 commented 1 year ago

Hi @punderscoresmithuk,

I am sorry but I have not found the instructions for the B360 files. Could you give me the url of those instructions? Here is a screenshot with the file list and the message I get.

image

andydandy74 commented 1 year ago

https://github.com/bvn-architecture/RevitBatchProcessor/wiki/Revit-Batch-Processor-FAQ

Thrasso00 commented 1 year ago

Hi, Thank you. Do you know a way to get the project and file GUID? I think I can get the project Id from the 360's URL. However, I have some difficulties in obtaining the file GUID.

petersmithfromengland commented 1 year ago

It looks like you're trying to open a model from a location on your Autodesk docs drive, is that right? That's not how RBP has been designed to handle cloud hosted models.

You can get the model and project GUIDs by using the methods in the ModelPath class

https://www.revitapidocs.com/2021.1/f214cb44-8350-054e-821a-53571769f236.htm

Or alternatively through Autodesk Forge. Or just watch your collaboration cache as you save the file when you have it open

Cheers, Pete