I’m working in a project heavily focused in cloud models in ACC. The models are shared between multiple companies and I’m the person responsible to review the quality of the models.
One of the things that I would like to check is the path type of the linked revit files. The path type shall be “cloud”, as we need it to see the federated model in the ACC viewer.
I’m trying to implement this check in the general audit .dyn I’m creating, but I’m having issues to identify the cloud links. In the example, with two cloud links and two absolute links the node only shows the absolute links:
I’m assuming this works creating a script in the python script tool.
Unfortunately this is way out of my league in terms of programming knowledge, witch is 0 out of the visual nodes in dynamo.
Maybe someone knows a custom package that can work for this