These are source codes based on pyRevit and EF, which I have developed to suit my own needs for work and study.
- Create Workset
- Create Central file
namesource: workset&createcentral.py
- Create Views (Floor Plan, Ceiling,...)
namesource: createplanview.py
Horizontal Align
- Align Left
- Align Center
- Align Right Vertical Align
- Align Top
- Align Center
- Align Bottom
namesource: alignleft_h.py, aligncenter_h.py, alignright_h.py, aligntop_v.py, aligncenter_v.py, alignbottom_v.py.
- Load Families
- Save Families
- Types in Family
namesource: loadfamilies.py, savefamilies.py, typesinfamily.py
- Calculate with imperial unit
namesource: caculator_in.py