GetLinkedElement.InHostViewAndCategory node not working

Hello, all. I have a strange problem with this node. It some how wants to work in a test model, but does not want to work in my real project. I Cant see that I am doing anything different. Does anyone know why this would be the case? Thanks!

from Test model:

from Real model:

Edit:
Ok so I think I have an idea what my problem is. Its the shared coordinate system. Its forcing Dynamo to think my sheet is somewhere its not. See the image below. those points waaaaay in the distance, thats what I am trying to export. Any idea how I can adjust this to force dynamo to think the sheet is where it belongs (over by my points)?
Much appreciated!

Hi @mix .
did you solve it?. I’m in the same situation.

and the Elev parameter, seem too far.

Any help, I would be gratefull
Regards

I’m guessing you might both be having the same issue using a view from the current model to query a linked doc. I haven’t looked at the python code, but I’m guessing that won’t work. You probably need to supply a view from the linked doc.

Hi,

You can alternatively try the SelectByCategoryInHostView node.
SelectByCategoryInHostView

2 Likes

Thanks @Alban_de_Chasteigner .
It seem that works better.

Regards