Unable to access all properties from speckle GH plugin


hello,

I have a question regarding accessing data from speckle, for some reason im not able to retreive all the identity data from the speckle plug in, there are many fields in the Identity Datas that are not showing up in the gh plugin for me. Am I doing something wrong here?

Thank you


here is trying to retreive the data from gh

Hey @Mengxi_He ,

Can you try using the Query Properties node? I think what’s going on is Expand Properties node shows an intersection of properties where Query Properties node shows a Union.

1 Like

Hey @Mengxi_He,

Expanding on what @gokermu said, this is expected behaviour. The Expand Properties node only shows props that are common across all objects. In addition to the Query Properties as @gokermu mentioned, you can use a Property Selector.

  • Connect your objects to Property Selector (gets union of all property keys)
  • Feed those keys to Query Properties along with your property groups (here you can also select a sub-set of properties from the Property Selector)
  • This will show ALL (or selected) properties that exist across all objects

Great, thanks a lot @gokermu @bjoern got what i needed!

2 Likes

This topic was automatically closed after 180 days. New replies are no longer allowed.