You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm actually looking for is receiving a set of objects I can query for properties and information like 3-dimensional points in space. How would you recommend I do this? Deserialize it somehow after downloading the stringstream? or don't serialize to begin with?
Thanks in advance for any pointers.
Kind regards,
Martin Stam.
The text was updated successfully, but these errors were encountered:
Greetings,
I've been looking into BimQL and among other things found this link:
https://code.google.com/p/bimserver/source/browse/trunk/Tests/src/org/bimserver/tests/TestBimQlSoap.java
The code downloads the result of a query and loads it to a file. I figure this is because on line 63 a SSerializerPluginConfiguration is used to serialize the downloaded information into an ifc.
What I'm actually looking for is receiving a set of objects I can query for properties and information like 3-dimensional points in space. How would you recommend I do this? Deserialize it somehow after downloading the stringstream? or don't serialize to begin with?
Thanks in advance for any pointers.
Kind regards,
Martin Stam.
The text was updated successfully, but these errors were encountered: