Skip to content
Jan Christel edited this page Jun 2, 2020 · 28 revisions

Welcome to the SampleCodeRevitBatchProcessor wiki!

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

Structure

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
Clone this wiki locally