Ish
(Ish)
December 2, 2021, 5:19pm
1
I am using the rhino inside Revit plugin and I am getting issues with the “document links” component. I am using geometry from a referenced revit file in my workflow.
Sometimes the component doesn’t work and it gets red, saying the document is a cloud document. But sometimes it works, and also I have tried to load the component in non-cloud documents, and I get the warning as well… looks like a bug. But maybe there’s a solution to make it work consistenly?
Japhy
(Japhy)
December 2, 2021, 5:24pm
2
Hi Ish, Can you provide a screen shot on how you are using the component?
In 1.4 last week there is a fix that deals with a revit api name change that may be related to your issue.
@eirannejad I agree. The issue I’m running into is that the component is not giving me any of the valid loaded links if there are any unloaded links on a drive that it cannot access. If I keep those links in the model and cull the nulls on the link component I am getting “No data was collected…” even though there is a valid loaded link from BIM360 in the model. When I have both unloaded and loaded BIM360 links the component works and just shows the loaded links, its just with the inclusion of un…
Thanks for reporting.
1 Like
Ish
(Ish)
December 2, 2021, 5:50pm
3
I was about to show you the screenshot of the error, but now after opening up my pc its working ok again…
I keep getting this weird behavior when sometimes works and sometimes not… and the files are the same all the time…
Ish
(Ish)
December 3, 2021, 10:34am
4
Ok this morning I opened the document again and now I got the error:
Japhy
(Japhy)
December 3, 2021, 2:26pm
5
Try expanded your ZUI on the Links component (small plus sign on your screen shot above) and feed in the active doc first, then select the Doc you need with a Value Picker component.
Ish
(Ish)
December 9, 2021, 11:38am
6
I tried and I still got the same issue (any more thoughts?):
Japhy
(Japhy)
December 9, 2021, 12:11pm
7
What version of Rhino.Inside.Revit are you in? This should be fixed in 1.4
Ok I pushed a change (coming next week with 1.4 release / currently available in latest WIP) that changes how the linked documents are collected. Far simpler now but the Revit API issues still stand:
In Revit 2020/21, the mixed linked models are correctly collected but anything with Autodesk Docs:// is not recognized as linked models by the API (DB.Document.IsModelInCloud returns false). see the missing Cloud Ids in the example below
[Screen Shot 2021-11-24 at 10.23.59]
In Revit 2022 API wor…
Ish
(Ish)
December 10, 2021, 8:43am
8
I’m using 1.3 something. Which is the one available in Rhino.Inside®.Revit by default.
Where can I get the 1.4?
Japhy
(Japhy)
December 10, 2021, 12:42pm
9
In the options you can get the Stable, Release Candidate or WIP (Daily Build)
Ish
(Ish)
December 16, 2021, 12:14pm
10
Thanks Japhy,
I got the 1.4 installed and the problem persists… screenshot:
Japhy
(Japhy)
December 16, 2021, 12:20pm
11
Can you provide more information on the environment you are working in?
I see that it’s Revit 2020.2, where are the linked files being hosted?
Ish
(Ish)
December 16, 2021, 12:26pm
12
Sure, take a look at the link paths:
Japhy
(Japhy)
December 16, 2021, 12:35pm
13
Thanks, We’ll take a look and try to can reproduce this.
Japhy
(Japhy)
December 16, 2021, 1:02pm
14
Can you get the latest Daily Build and give it a try? There is a recently updated fix implemented there. Thanks.
Ish
(Ish)
December 16, 2021, 1:50pm
15
Yes! I will let u know how it goes
Ish
(Ish)
December 16, 2021, 4:56pm
16
With the latest version 1.5.8019.38343, I got a different error:
“1. RhinoInside.Revit.GH: Object reference not set to an instance of an object.”
Japhy
(Japhy)
December 16, 2021, 5:13pm
17
Ok, Thanks for reporting.
1 Like
Ish
(Ish)
December 16, 2021, 5:39pm
18
No worries. Let me know if you find a solution or fix the bug! We are using this to automate a huge project. Its very handy and having that component working properly will make our lives much better
1 Like
kike
(Kike Garcia)
December 18, 2021, 9:52am
19
Hi @Ish ,
What about now on 1.5?
We added also an ouput with the link itself to query for its location in the projects and the ability to filter by the link Name.
Does it work wih your setup?
Ish
(Ish)
December 20, 2021, 10:57am
20
hi Kike,
can you be a bit more specific? The last screenshot I shared is from the 1.5?
If I could specify the location of the linked file, I think that would work. How can I do that? Can you share an example please?