In addition to the builtin variables you would expect in python, the RevitPythonShell adds some special variables to enable access to Autodesk Revit. Some of these variables can only be understood in ...
I’ve got a handful of python scripts written and basically want to create my own tab. I’ve been through the Revit API docs and it all used C# (which I know very little of). I’ve also looked at pyRevit ...