CodeIndians / Revit_Automation

Building Information Modelling Automation Project
GNU General Public License v3.0
0 stars 0 forks source link

New Feature : In Panel Placement, Preferred panel length should be first considered #53

Open Santosh-Turaga opened 8 months ago

Santosh-Turaga commented 8 months ago

For any wall line exceeding the maximum panel length provided in panel settings, preferred panel length should be first placed and the next panel should be overlapped from the last stud present in the placement of first panel.

a) In this condition if the overlap between the panels is less than the maximum overlap & more than mentioned minimum overlap in panel settings, then the panel placement can be continued in same manner.

b) If the panel overlap exceeds the max overlap then do not place the second panel & increase the length of the 1st panel until the next stud & then place the second/next panel, such that the panel overlap will be within the required limits.

c) If the panel overlap is less than the required minimum overlap condition in panel settings, then slightly move the second panel such that the minimum overlap condition matches the requirement.