You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: the 00_localFile.tsx introduced in #40 uncovered the following bugs which needed to be worked around:
Removing a VIM file from the viewer and adding a new one causes the BIM inspector tree to fail (some interactions like selection and isolation don't work anymore)
Clearing the VIM viewer and adding a new VIM file produces an error in the BIM inspector.
TODO
Ensure that clearing or removing existing VIM files and then adding a new VIM file does not cause exceptions in the BIM inspector (or the underlying bim element tree)
Update 00_localFile.tsx such that a user can load different VIM files one after another (clearing the previous scene) without any loss of functionality to the bim inspector or the ability to select/isolate from the BIM inspector.
Slightly related when wanting to test 00_localFile.tsx: the serve:website command doesn't appear to let me (@mavimaec ) preview the built site (/api, /vim-web) locally on my machine. Any chance we can fix this?
npm run build:website
npm run serve:website
The text was updated successfully, but these errors were encountered:
mavimaec
changed the title
Removing a VIM file from the viewer and adding a new one causes the BIM inspector tree to fail (some interactions like selection and isolation don't work anymore)
VIM WebGL - Component API bugs when removing/clearing VIM files and adding another
Feb 5, 2025
REPRO
Context: the 00_localFile.tsx introduced in #40 uncovered the following bugs which needed to be worked around:
Removing a VIM file from the viewer and adding a new one causes the BIM inspector tree to fail (some interactions like selection and isolation don't work anymore)
Clearing the VIM viewer and adding a new VIM file produces an error in the BIM inspector.
TODO
Ensure that clearing or removing existing VIM files and then adding a new VIM file does not cause exceptions in the BIM inspector (or the underlying bim element tree)
Update 00_localFile.tsx such that a user can load different VIM files one after another (clearing the previous scene) without any loss of functionality to the bim inspector or the ability to select/isolate from the BIM inspector.
The text was updated successfully, but these errors were encountered: