Thanks for the video. Indeed you can't do more than one output directly on dynamo but that's easily fixed: in the Python node you can write "OUT = output1, output2" and then have a code block to unpack the list
I just learned that "ConvertToInternalUnits" had been deprecated in 2021. There is also something wrong with the TransactionManager line 30. Anyways, I could not make this work in Revit 2023 and gave up.
DisplayUnitType has been made obsolete. However, I have used height = UnwrapElement(IN[3]) in line 26 and it seem to work. You might like to change the height code block input to 10 in this case.
Thanks for explaining each line of code in an easy, simplified way.
Glad it was helpful...
Thanks for the video. Indeed you can't do more than one output directly on dynamo but that's easily fixed: in the Python node you can write "OUT = output1, output2" and then have a code block to unpack the list
Thank you very much.🙏🙏🙏
Welcome!
Any pointers to where I could learn.. Textbooks, Videos courses or seminars. Thanks
interesting your work!!
May i ask you if you can create a window or door with the Revit API via Python and Dynamo?
I just learned that "ConvertToInternalUnits" had been deprecated in 2021.
There is also something wrong with the TransactionManager line 30.
Anyways, I could not make this work in Revit 2023 and gave up.
DisplayUnitType has been made obsolete. However, I have used height = UnwrapElement(IN[3]) in line 26 and it seem to work. You might like to change the height code block input to 10 in this case.