Walls Types parameters

Hello everyone!

I want to create a dynamo script allowing me to “wrapping at ends” my walls at once on any project to the parameter “Exterior”

I’ve tried to do it with different way’s but unsuccessfully. If you have any ideas tell me please :slight_smile:

What does the error say?

I think the value has an enumeration
for example 0=Exterior,1=Interior,2=None

image

i’ve tried that before…but thanks :slight_smile:

With this node i have also an error

image

@Marcel_Rijsmus is correct. The input value should be an integer value representing the enumeration options. When in doubt, use Dynamo to return the value of the parameter to see what it’s expecting.

Not sure why you’re getting an error with Set Type Parameter but it’s better just to use the out of the box nodes in this case. That way you don’t have to worry about broken or outdated packages.

1 Like

Thanks a lot guys!!!