Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Water and Airflow parameters - Sum total tool unit fix #2274

Open
spfromowitz opened this issue May 29, 2024 · 0 comments
Open

Water and Airflow parameters - Sum total tool unit fix #2274

spfromowitz opened this issue May 29, 2024 · 0 comments
Labels
New Feature New feature request [class->Implemented #{number}: {title}]

Comments

@spfromowitz
Copy link

Is your feature request related to a problem? Please describe

Yes - when using an airflow (units CFM/FT^3) or water flow (units GPM) parameter with the sum total tool.

When selecting parameters, it scales them to a different unit.

Example: 2 families selected for airflow. "AirflowMax" = 100, 200. Total should be 300, but it outputs as 5. (x60 difference every time)
Example: 2 families selected for water flow. "HotWaterCoilFlow" = .704, 1.203. Total should be 1.907, but outputs as 0.00213 (x887.5 difference every time).
## Describe the solution you'd like
Either 1 of 2 options:

  1. A "simple sum total" mode where anything that detects as a number regardless of parameter type will just sum the raw numbers
  2. An option menu for sum total where you can select the default units the pyRevit should assume the answer should be in where the user can configure this as needed.

see above

Describe alternatives you've considered

n/a

Additional context

@spfromowitz spfromowitz added the New Feature New feature request [class->Implemented #{number}: {title}] label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature request [class->Implemented #{number}: {title}]
Projects
None yet
Development

No branches or pull requests

1 participant