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

Display IFCGRID in 3D view #461

Open
2 tasks done
agviegas opened this issue Aug 6, 2024 · 3 comments
Open
2 tasks done

Display IFCGRID in 3D view #461

agviegas opened this issue Aug 6, 2024 · 3 comments
Labels
feature Something new that we could do

Comments

@agviegas
Copy link
Contributor

agviegas commented Aug 6, 2024

Description πŸ“

Right now we can see geometries and alignments. It would be awesome to be able to display IFCGRIDs.

Suggested solution πŸ’‘

Generate the IFCGRID geometry in the IFCLoader code.

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.
@agviegas agviegas added the feature Something new that we could do label Aug 6, 2024
@ThatMetaverseArchitect
Copy link

@agviegas,

Awesome that feature request is considered. This will help to explore the building and measure the orientation of the elements visually. Looking forward to seeing the IfcGrid in the viewer.

@emmyxth
Copy link

emmyxth commented Aug 14, 2024

Is there any way to build out this functionality ourselves? Building out elements within That Open viewer with visual references would greatly benefit the AEC ecosystem!

@agviegas
Copy link
Contributor Author

@emmyxth Yep! Our libraries allow to read all IFC data. So you need to:

  1. Get an IFC with a grid
  2. Open the IFC with a text editor and see how the grid is expressed
  3. Think of a strategy to build it with Three.js geometries
  4. Do it

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
Projects
None yet
Development

No branches or pull requests

3 participants