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
585 stars 176 forks source link

Add new IFC element at specific co-ordinate in the loaded 3D view #797

Closed vishalpatil3390 closed 2 months ago

vishalpatil3390 commented 3 months ago

What is your idea?

Is it possible to add new IFC element such as chair or device at specific co-ordinate in the loaded 3D view

beachtom commented 2 months ago

Technically yes - but web-ifc is a low level library so you would need to construct the IFC lines and the geometry yourself manually. That is probably not what you want. I know there is work going on about the clay library that will do this - but it is not ready yet.