Hey @Testers! As you may remember, we’ve promised some time ago that we’re going to deploy an IFC importer to Speckle based on the IFC.js project.
Well, since two days, it’s actually live on our testing server (the one you have access to - latest.speckle.dev)
We’d be really grateful if you’d take it for a spin and give us your feedback, as it will greatly help benchmarking the current implementation and scoping future improvements. It’s all as easy as drag & drop - so no excuses
Currently there are some quasi draconic limitations in place on the time and size of the files we process, but we can change those and optimise some of the routines. There are also upstream limitations coming from the IFC.js parser, but the team there is really happy for feedback and bug reports and we can work together to improve things
This is really cool! does anyone have a simple example graphql query to grab all doors and their properties for instance? I have made a steam with duplex here. Speckle
Here you go! I’m using the tabular sample app to create this query. I’ve also isolated only one storey to make my life easier re figuring out where the doors are:
awesome @dimitrie, super exciting I have rebuilt the example and it works for me too, I’m still trying to get my head around the speckle graphql explorer and it would be awesome to see what the query would look like written in there? sorry for not being clearer the first time
thanks again for this awesome work and support, there is a follow up question regarding accessing the properties in their quantity or property sets for instance the Area of IfcSpace, but that might be a thread in itself, so I’ll ask that in a new question here, thanks again for the awesome answers here
I am trying to develop a standardized workflow for architectural competitions. The idea is to receive all the ifcs and be able to extract the information to do different analyses. Now, there are tons of ways of doing that, but I am currently thinking about using the following idea:
architects make a login in speckle →
they upload their IFCs models →
pass us the streams →
we extract the infos with speckle graphQL and make our analysis.
I know, making uploads might be not the smartest way, but I noticed that there is a really huge technology barrier for many people on the industry to understand new concepts. Sometimes they can’t even understand completely the concept of the connector. So if I am going to “force” people into a workflow, I am going to do in the easiest/standard way for them (usually everyone knows how to do a login or upload a model). They can still use the connectors, if they wish it so.