-
Notifications
You must be signed in to change notification settings - Fork 17
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
UNITS SELECTOR #29
Comments
Hey @samromeo1961! I have moved this to engine_ui-components. |
Thanks @HoyosJuan, will follow with interest |
@HoyosJuan is there any progress on this enhancement? |
Hey @samromeo1961! Sorry, not yet. But I can work on that shortly after I get ready with the BCF implementation. One question... I guess you want to have a dropdown with the units of the IFC file, is that right? Because if it's a generic dropdown with units, you can just do something like: <bim-dropdown>
<bim-option label="Meters" value="m"></bim-option>
<bim-option label="Millimeters" value="mm"></bim-option>
</bim-dropdown> And then you can do whatever you like with the values. |
This is to set the measurements to an Estimators preferred measurement options. |
Any update on this? |
Is this still open? Or is it completed? |
Description 📝
Can we have a component that you can choose the Units to be displayed in an IFC File for Measurement purposes
Suggested solution 💡
This was available in an early build of the platform app. Can we have this as a Compnent
Alternative ⛕
No response
Additional context ☝️
No response
Validations ✅
The text was updated successfully, but these errors were encountered: