Message 1 of 2
Placement of panels using pyrevit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a rectangle based family with instance parameter height and width now i need to arrange this rectangle on one click on another rectqangle base is 3600 and height 2400 and ist rectangle which family name is w.rfa and we are using height is 2400 and width is 600 how to do using pyrevit
A rectangle-based family (w.rfa) with instance parameters: Height & Width.
You want to place multiple instances of this rectangle (Height = 2400, Width = 600) along another rectangle (Wall/Base: 3600 × 2400).
In one click, fill the wall with these panels using pyRevit.
Placement StrategyWall: 3600 × 2400 mm.
Panel: 600 × 2400 mm.
So horizontally: 3600 ÷ 600 = 6 panels.
Total = 6 panels in one row.
how to do in pyrevit this setup help me how can i do