-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Jan Christel edited this page Dec 17, 2020
·
31 revisions
Code sample provided in this repository fall into one of two categories:
- Reading and exporting model data without affecting the actual Revit model (script file name starts with: 'Report')
- Modifying the Revit model (script file name starts with 'Modify')
Python files starting with:
- Pre_ are scripts executed as the pre processing step
- Post_ are scripts executed as the post processing step
Pre and Post processing are available in the User Interface once Show Advanced Options is checked.