Set revit project units USING DYNAMO in the start of a project?

Im trying to set units in the beginning of revit project using dynamo just like we use “Project Units” menu to set different units. Is it possible to set these units using dynamo?

If there is an existing node or package, kindly link.
And if there is a need to write python script, kindly give me a starting push by showing me the script for setting length unit using dynamo!
Shall be thankful.

Hey,

I’m not aware of any packages, you might need to convert some C# into Python :frowning:

Maybe these help…

https://forums.autodesk.com/t5/revit-api-forum/change-displayunitsystem-or-unit-formats/m-p/8175207

https://www.revitapidocs.com/2015/a6dee339-2308-8483-82c4-da53b6ca68d7.htm

Good luck,

Mark

2 Likes