2

I want to export my 3D-Modell(simple vectors and points) to a IFC-File using JavaScript.

Does anybody know libraries I can use for it?

lenny1997
  • 31
  • 4

1 Answers1

0

You can use ifc.js to create IFC files, its a new library and has a lot of capabilities.

It has 3 parts in total - web-ifc, web-ifc-three & web-ifc-viewer. You need to use web-ifc to create IFC files.

Below is a quote from their website:

It can edit data and write entire IFCs from scratch. Create apps that communicate with the large software vendors.

Gangula
  • 5,193
  • 4
  • 30
  • 59