-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Jan Christel edited this page Jul 25, 2023
·
31 revisions
This repository is contains 2 main sections
- pypi package of duHast
- A /Samples folder using duHast in the context of Revit Batch Processor
DuHast is setup in 4 name spaces:
- Revit: which contains Revit API samples and is broken up by Revit categories
- Data: attempts to export Revit elements an analyse them
- Rooms vs ceilings: using shapely package to find which ceilings are modelled in a room
- UI: A basic user interface to allow file selection in Revit Batch Processor
- Utility: A collection of, mainly file related, utility functions
This directory contains:
- \BAT
- demos how to run concurrently Revit Batch Processor sessions using .bat files
- \PowerShell
- demos how to run concurrently Revit Batch Processor sessions using powershell script files
- \Flows
- A number of samples showing the complete Revit Batch Processor set up to i.e export models, report model health properties etc
For a more detailed documentation refer to the docs