How to change 'Foreground Fill Pattern' of a Filled Region Type using DYNAMO?

Hello everyone,

I’m a beginner with DYNAMO and am running into some trouble. I don’t have many resources to ask for help besides AI tools, so I’m struggling with a lack of knowledge.

I have successfully managed to duplicate a Filled Region type and rename it to what I want.

However, my next goal is to automatically set the Foreground Fill Pattern within the type properties to a specific pattern using DYNAMO. When I use a Watch node to inspect the parameter, the output shows an error, and it seems like it cannot read the value at all.

Is it generally impossible to modify values within type properties? Or am I approaching this the wrong way?

Any help would be greatly appreciated. Thank you.

This property is what you need to target using RevitAPI most likely unless dynamo can see it. It supports being set.

Hi @HT1 you could just set parameter, i think

3 Likes

이것을 응용해서 해결했어요 감사합니다.

I solved it by applying this, thank you.

1 Like