-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Jan Christel edited this page Jun 2, 2020
·
28 revisions
Code sample provided in this repository fall into one of two categories:
- Reading and exporting model data without affecting the actual Revit model
- Modifying the Revit model
Python files ending on:
- _executeThis are scripts executed on the Revit document.
- _PreProceesor are scripts executed as the pre processing step
- _PostProceesor are scripts executed as the post processing step