Category: Revit Python Shell
-
Auto dimension Grids in an exciting way
Placing grids dimensions in every view can be a tedious task but we can automate it! So here goes this Python script:
-
Fill in ‘Drawn By’ on sheets with Revit Python Shell
More often than not, drafters or modelers forget to fill in Drawn By or Checked By on the sheets due to lack of time and fast approaching deadlines.
-
Introducing Revit Python Shell
Revit Python Shell, RPS, is a useful, a really useful tool to test Python scripts live. You can run what you type in the console to see the results and debug in a terminal as if it is in a Python console.