Filter Design Options by Set

Hello,

I am using the clockwork package note Document.DesignOptions to query all the options and sets in my model. If i wanted to filter my list of Design options down to a specific Option Set ( I assume using a string input) how would i do that?

@William_Ruffenach Connect Strings to “==” node type the desired option set and use “FilterBooolMask” to filter. Make sure you connect option sets List to FilterByBool node.

1 Like

Very Cool Thanks!!!