CodeIndians / Revit_Automation

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

New Feature : Panel Height Offset Property #20

Open satishCodeIndians opened 10 months ago

satishCodeIndians commented 10 months ago

Panel height property should be taken in the below order

  1. Input line
  2. If Wall type property of the line is non empty, refer the corresponding row from the project settings for the value
  3. if Wall type property is empty, refer the UNO row from the project settings for the value.
Santosh-Turaga commented 10 months ago

Panel height offsets are working.

But in individual lines, we are having to provide -ve values (like -1'-0") if we need any deduction of 1'-0" in panel height from bottom of ceiling height.

Whereas in project settings when we provide in +ve values (like 1'-0"), the panel height is decreasing automatically from bottom of ceiling by 1'-0" instead of -ve values as provided in the line properties.

It would be better if the values entered in individual line "panel height offset" parameter & also in panel settings get automatically deducted even when we provide +ve values (like 1'-0', 8", 2'-3", etc...). If both the conditions work similarly it would easy for the user to remember. Please take a look.

satishCodeIndians commented 10 months ago

Fixed the issue

Panel height offset can entered as a positive value in Line as well as project settings

Release version

  1. Satish_Work\Addin_Releases\15-12-2023_RA20
Santosh-Turaga commented 10 months ago

Working Properly