kolmar1991

Results 10 comments of kolmar1991

Hi Martin, Thank you very much for the response and sorry for my delay. 1. I understand. I might get used to the old appearance and that's why I'm complaining...

Thank you Martin. I don't feel a javascript expert however I will try to look at it if I find time in the next weekend.

Hi @martin1cerny , I wasn't able to fix the issue. However, I was able to find a workaround which might be helpful while looking for a bug. Calling 'viewer.zoomTo()' and...

As I wrote, I was able to reproduce it in wexbim-files-viewer. I added a single line here: https://github.com/xBimTeam/XbimWebUI/blob/master/examples/wexbim-files-viewer/index.ts#L37 As in screenshot. I know it is not the cleverest way, but...

I have changed it to viewer.zoomTo(arg.id); - so picking should cause focusing on picked element but the camera seems to be set to something else, whatever element I pick

To sum up: the current code is following: ![image](https://user-images.githubusercontent.com/6024354/204136830-1adfc954-c4bc-4369-a197-f696e02a7714.png) The result before click the window is: ![image](https://user-images.githubusercontent.com/6024354/204136900-4831a3d2-99a0-4c24-81f3-e2a9717aa496.png) after: ![image](https://user-images.githubusercontent.com/6024354/204136961-b79d0ebf-4274-49ab-89cd-da74b59bcaf6.png) and the window is here: ![image](https://user-images.githubusercontent.com/6024354/204137102-0a2a3821-6aaf-4775-81f3-dd782a6df4d4.png)

@andyward The zoom is definitely triggered because some action is executed (the view changed). I have added a console.log: ![image](https://user-images.githubusercontent.com/6024354/204157462-03a1c125-fe86-4c84-99eb-b24fa7b05351.png) here is a console ooutput when clicking the window: ![image](https://user-images.githubusercontent.com/6024354/204157521-2f07a64c-0c08-4f1c-884d-45451990a47c.png)...

Thank you @andyward . What is the "WCS" issue? (I'm asking out of curiosity)

Hi, we were trying to identify the issue. I created a model in Revit 2019 and exported to wexbim -> everything worked fine. After upgrading the model to Revit 2023...

However, I still have a feeling it should be in a center after zooming but it is not. Attaching the model from revit 2019: [2019.zip](https://github.com/xBimTeam/XbimWebUI/files/10116112/2019.zip)