Set "End Alignment Method" using dynamo

Q: Can a analytical beam “End Alignment Method” be set using dynamo?

The yellow warning reads: The parameter’s storage is not a string, Element Set Parameter By Name Failed.

Any thoughts??

Thanks

Parameter value needs to be an integer corresponding to the available options (0 and 1 in this case)

Hi,

You can also use “Boolean” True = 1 and false = 0.

A part from 0 and 1 there is 2 also if you need to set “Manually Adjusted”.

Thank you very much guys!

Because I was getting 0 as the value for the parameter value, I thought Dynamo wasn’t getting the value from the analytical beam. I was expecting a description of the parameter value rather than 0,1 or 2?

Thanks again!