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
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
What does the error say?
I think the value has an enumeration
for example 0=Exterior,1=Interior,2=None
i’ve tried that before…but thanks
With this node i have also an error
@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.
Thanks a lot guys!!!