0

I need to run BIMSurfer over nginx without running BIMServer. As I noticed, BIMSurfer needs some js files that takes them from BIMServer. I don't need BIMServer to handle ifc files which I convert them beforehand. I looked into this link and thinking of something akin.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Davood Falahati
  • 1,474
  • 16
  • 34

1 Answers1

0

What is your exact question? If you are looking for the way to convert I suggest IfcOpenShell to generate dae, obj or gltf files. To render the converted ifc file, you can implement your own viewer, or use the BIMSurfer directly. If I remember correctly, gltf format works fine with that.

ylcnky
  • 775
  • 1
  • 10
  • 26
  • Thanks for the answer. 1- I want to know how to implement BIMSurfer. 2- Another interesting thing is making my own viewer. Appreciate your help. – Davood Falahati Sep 18 '19 at 19:39