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

wishlist from umdaschgroup #76

Closed
2 tasks done
ThatMetaverseArchitect opened this issue Jun 26, 2023 · 2 comments
Closed
2 tasks done

wishlist from umdaschgroup #76

ThatMetaverseArchitect opened this issue Jun 26, 2023 · 2 comments
Assignees
Labels
feature Something new that we could do tooeen

Comments

@ThatMetaverseArchitect
Copy link

Description 📝

  1. BIG IFC models to upload and view it as fast as possible
  2. Import and Export IFC2x3 CV2.0 and IFC4.3 (*it would be nice to show the structural analytical view, including .ifczip format
  3. What we really need is to display the geometrical and non-geometrical information accurately in web IFC viewer.
    20220208_Autodesk_Support_BaseQuantities_Gross_and_NetVolume_Error_02

a. Autodesk BIM360 or ACC viewer fails to open the geometry of IFC (see. Attached images- model geometry error), we would like to avoid this problem
20210519_Image01_IFC_Model_GeoemtryError_in_ACC

b. When the origin of model is far over 100 km away, we found that Autodesk BIM360 or ACC viewer fails to display the object accurate.. (see. Attached images- model geometry error),
20210521_Image03_IFC_Model_Geometry_Error_in_ACC

c. Orthographic & perspective view mode, as well as overriding shaded colour options
d. IfcPresentationLayerAssignment information in the model tree
e. 3D viewCube and zoom options
f. Selected item graphic display (Highlight selected item and have the option to show unselected items in transparent or wireframed view)
g. Overlay PDF drawings

  1. Create Parameter and PropertySet
    a. If we can create the addtional IfcParameter and PropertySet would be great. For example, we need Quanity parameters and values, however, we get sometimes without the Quantity parameter and values from the clients. We use simplebim or IfcOpenShell to add the Quantity parameters and values at the moment… It would be great if Tooeen can have the same features.
  2. Federating the Ifc Models.
    a. We would like to keep the different IfcBuilding within one IfcSite when we federate the models (see. Attached example of simplebim and solibri/ IfcModelStructure)
    20210908_IfcModelStructure_Solibri
    20210908_IfcModelStructure_simplebim

b. When we federate the models, we would like to have a good federated building storey structure
c. Custom model tree – to show both federated Ifc Model structure and individual Ifc model structure
6) Merging model
a. We have to merge different Ifc files and export as a one model from time to time. At the moment, we use simplebim for it. Can we have this feature?
7) CDE feature
a. I like the idea to connect with SharePoint for example. Then we could really use Tooeen as CDE (Common Data Environment) to upload not only IFC models

  1. Modifying Element Property
    a. Re-assign IfcBuildingStorey
    b. If we can automize the reassigning IfcBuildingStorey based on the element elevation would be great.
    c. Re-assign IfcClass. For example, we get many IfcBuildingElementProxy from our clients. It would be nice if we can re-assign the Ifc Entity and Type according to the buildingSMART classificaiton
    d. Modifying the existing parameter values

  2. Clear Documentation to find out the information of the codes.

Suggested solution 💡

No response

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

  • Read the docs.
  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@ThatMetaverseArchitect ThatMetaverseArchitect added the feature Something new that we could do label Jun 26, 2023
@agviegas
Copy link
Contributor

agviegas commented Nov 1, 2023

Working on it @ThatMetaverseArchitect! Do we have access to all these models?

@agviegas agviegas self-assigned this Nov 1, 2023
@agviegas agviegas added this to the 1.2.0 milestone Nov 1, 2023
@agviegas agviegas removed this from the 1.2.0 milestone Nov 25, 2023
@agviegas
Copy link
Contributor

  1. Big IFCs can now be loaded fast with streaming.
  2. All versions of IFC are now supported. For IFCzip, you can easily unzip it using a library like this and then opening it with our library.
  3. Here are all the responses:
  • 3.a. I think most (if not all) the geometry issues for your models have been already solved. Otherwise, you can open specific issues in the core library and we'll address the remaining ones.
  • 3.b. We can also open all your models, even the ones that are far away from the origin.
  • 3.c. We now support orthographic and perspective view, as well as a shaded option.
  • 3.d. The model tree provided by the library can be customized, or you can build your own with the existing API.
  • 3.e. We now have a view cube in the UI library.
  • 3.f. The highlighter allows for customization, and the model graphics can be customized as you see fit.
  • 3.g. To overlay PDF drawings you can just use specific libraries to load them in the Three.js scene. You can see this as an example.
  1. We can already edit the existing properties and create new ones.
  2. Here are all the responses:
  • 5.a. Federation of multiple models is already supported.
  • 5.b. and 5.c. The current API allows the structure can be customized to your needs.
  1. Our current API already supports this!
  2. This is also already supported.
  3. IFC property edits are already supported by our API without limits, so all these points are possible with our libraries!
  4. Done! You can check it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new that we could do tooeen
Projects
None yet
Development

No branches or pull requests

2 participants