How to change reference plane subCategory

Hi, guys!

I’m trying to figure out how to change reference plane subCategory by using Element.SetSubCategory node from Clockwork package, but I’m getting an error.
What am I doing wrong?
I’ll appreciate any help!


Screenshot_3

RefPlaneSubCategory_3.dyn (6.7 KB)

PS: python script is from Element.SetSubCategory node

Typing “change subcategory” in the search field could give you some clues

You right, I found some information about changing subCategory, but it looks like for reference planes those techniques don’t work.
Hope, that I’m wrong.

Did you try it this way?

1 Like

I think I only made that node for families. That said, here’s how you can change the subcategory of a reference plane:


All custom nodes are from Clockwork package. Most of them were recently updated and are not yet available on the package manager. If this doesn’t work with the nodes that are in the most recent Clockwork version on the package manager, you would have to download the newer versions from GitHub (https://github.com/andydandy74/ClockworkForDynamo/tree/master/nodes/1.x) and replace them manually in your local package directory.

1 Like

Thank you, Andreas!
Works like a charm =)