Extend Speckle object by key/values not working

I am trying to add key values onto my speckle object to display in the viewer. However it does not seem to working. It is quite odd because I did the same workflow a few months back and I was able to see the key values.

Do they show up in the explorer once Dev Mode is enabled?

Yes I see it in Dev Mode. How do i get it to display in the info side bar?

Hi @Julius_Ang,

Do it like this and it should work.

In your case you are creating a new “parent” Object that holds the geomtry object, then you extend the parent object with a property. When you are selecting the geomtry in the viewer you will not see the property because it belongs to the parent Object.

If you extend directly the Geomtry Object - then you are adding the property directly in the Geomtry Object. So when you select the geomtry in the viewer you will be able to see the property.

I hope this make sense :smile:

let me know if you have more questions

2 Likes