aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
904 stars 210 forks source link

Getting and displaying IFC annotation #246

Open unco182 opened 8 years ago

unco182 commented 8 years ago

Hi,

I'm trying to get and display the annotation of my IFC model. I already have change this settings.skipAnnotations = false; , but now I'm wondering how to get these and display them for example in a message box.

The final goal is to be able to retrieve these annotation but also to add some annotations to finally export a new IFC File.

If anyone have any clue about how I can do this, it will helps me a lot !

Thanks in advance !

JMLX42 commented 8 years ago

Have you checked if the IFC parser can actually retrieve annotations ?

I already have change this settings.skipAnnotations = false; , but now I'm wondering how to get these and display them for example in a message box.

Where is that setting? I don't recall it anywhere in Minko...