opensourceBIM / BIMsurfer-before2019

This is the repository of the v1 and v2 version of BIM Surfer. It is not maintained anymore. Find the most recent version on https://github.com/opensourceBIM/BIMsurfer
MIT License
432 stars 195 forks source link

creating a BIMsurfer #205

Open azwawmahmoudi opened 7 years ago

azwawmahmoudi commented 7 years ago

Hello, I have already developed an application that manages the real estate patrimony (in synfony with php, java script).

Now I want to integrate to view IFC files that are stored on my server.

To do this, I installed a bimserver on my machine. Then I created a project and loaded IFC files.

Now I want to view the IFC files in my application. I used BIMsurfer API for that.

I downloaded the API in my framework. Then I started using the code you offer in this page https://github.com/opensourceBIM/BIMsurfer

The first piece of code is as follows:

Var bimSurfer = new BimSurfer ({ DomNode: "viewerContainer" });

The problem is that the BIMsurfer does not want to instantiate itself? I do not understand why! Is it wrong for me to use the BIMsurfer? Or I skipped a step? thank you :)

ChinmayKshatriya commented 7 years ago

Please tell me the solution if u have figured it out.