Get Type Parameter

I’ve found the node get Type Parameters which sounds exactly like what I’m trying to do, and while the input says element I haven’t found anything yet that it’s happy with. Anyone see what I’m missing or have a recent example of how this should look?

The Get Type Parameter node is intended to get the type from an instance then get the type’s parameter(s) in one node. The input should be a family instance rather than a family type.

If you’ve already got the type from Elements.Type or similar you can get use a regular GetParameterValueByName node.

1 Like

second paragraph worked, thank you!