wallabyway / hub-browser-recap-ext

Recap Demo with ACC
https://hub-browser-recap-ext-9cca55c8fda8.herokuapp.com
MIT License
0 stars 2 forks source link

How to align point clouds with the models? #2

Open benwwchen opened 1 year ago

benwwchen commented 1 year ago

Both in the demo video and by trying out this demo, the point clouds don't have the same size, position and orientation as the BIM model. Instead in Revit, if I insert the same rcp into the rvt and selecting "Auto - By Shared Coordinates" as "Positioning", the point cloud is aligned with the BIM model in the correct scale.

Any ways to achieve this based on this repo? Or could you point me to the possible alternatives or methods to look into to implement it myself?

Thanks for this demo solution by the way.

benwwchen commented 1 year ago

Also, in this answer you mentioned using an iframe to embed the official ACC viewer as a workaround. I tried it but got the same results as Clement did. The problems are:

  1. The URL can only be opened as an independent page by entering it directly in the address bar. Embedding it in an iframe causes infinite loading spin of the viewer without console errors.
  2. The ACCESSTOKEN grabbed from the Bearer header will expire so the URL can't be hardcoded and 3-legged auth doesn't fit my needs.

As you mention in the comment section of the answer on StackOverflow, could I ask for a 2LO solution?

I don't know if this is the right place to ask for help but I could neither comment on the answer nor find other ways to contact you directly. Thanks very much for providing several possible ways to implement this.

imnhoangg commented 1 month ago

any news on this topic? cause I also stuck on this matter.

thanks.