ThatOpen / engine_web-ifc

Reading and writing IFC files with Javascript, at native speeds.
https://thatopen.github.io/engine_web-ifc/demo
Mozilla Public License 2.0
617 stars 190 forks source link

Messed-up Pipe Geometry #355

Closed vulevukusej closed 1 year ago

vulevukusej commented 1 year ago

Hey guys, the following is what I see with WIV 1.0.213: MicrosoftTeams-image And what I see in other viewers: image

Any suggestions? I'm happy to share the file confidentially.

QuimMoya commented 1 year ago

@vulevukusej It is dificult to say without the file. Can you share this model or part of it?

vulevukusej commented 1 year ago

@QuimMoya I'm happy to share the file, albeit confidentially. Please send me an email where I can send you a link.

QuimMoya commented 1 year ago

@vulevukusej ifc.js.contact@gmail.com

szamocza commented 1 year ago

Appears to be floating point errors. Try to open model with ifcApi.OpenModel(..., { COORDINATE_TO_ORIGIN: true }) option. (https://ifcjs.github.io/info/docs/Guide/web-ifc-three/api/#arguments-3)

QuimMoya commented 1 year ago

@vulevukusej Hey, did you send the file? or you managed to solve the problem?

vulevukusej commented 1 year ago

@QuimMoya sorry, I just sent an email.

beachtom commented 1 year ago

@vulevukusej can you take a look in the current demo viewer - it seems to be fixed now