-
-
Notifications
You must be signed in to change notification settings - Fork 823
Operators to help add intelligent tags in Text literal annotations #7106
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
base: v0.8.0
Are you sure you want to change the base?
Operators to help add intelligent tags in Text literal annotations #7106
Conversation
Awesome! Anyway for these helpers to be available to the tag type as well? Most of my tags are driven by a type, and are not instances. ... Pulling the object's materials attributes would be awesome as well. Perhaps for a future roadmap. :) |
@theoryshaw I have added both the attributes for the assigned product and for the assigned product type. Is that what you are asking? ![]() I have setup a filter (by default no filter) so that the attributes shown are meaningful. My knowledge on ifc is quite limited so I have just put a fairly simple list... Object's materials have a lot of possibilities. What would be the most relevant info? |
I am working to mimic as much as possible all options available in get elements and formatting of selector syntax so it is easy to buildup the queries |
I meant when you select, and are working with the 'IfcTypeProduct` itself. Maybe in this mode, there's an eyedropper where you can select a object to pull out the suggestions... not sure. 20250910_1427.mp4 |
@theoryshaw I have added the eyedropper so one can create the literals based on the attributes of other products, which is useful if one will change the assigned product, whic is the case for the IfcProductType. I am still trying to get the helper tool for all the fields of the selector syntax. Kooha-2025-09-11-17-37-24.mp4Cheers! |
This is a proposal to help generate relevant expressions for the literals in Text annotations. It provides the list of available properties or quantities if there are products assigned for the user to choose.
Kooha-2025-09-09-17-55-59.mp4
Cheers!