-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Description 📝
As a developer using thatopen/components, I want to display the IFCMATERIALPROFILE information within the ElementProperties component. Currently, this information is not extracted when fetching material properties from an IFC model.
This feature will ensure that profile data, including its name and associated material, is properly displayed in ElementProperties, improving the inspection of IFC elements.
Suggested solution 💡
The proposed implementation iterates over IFCMATERIALPROFILESETUSAGE, retrieves the associated MaterialProfiles, and extracts their relevant properties to be displayed in the UI.
The below image shows the new section with the material profile information.
Alternative ⛕
No response
Additional context ☝️
This addition is useful for users needing to inspect detailed material profile information directly.
Validations ✅
- Read the docs.
- Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
