BIMserver
BIMserver copied to clipboard
On querying a specific ifc , at times it gives 6kb ifc file and sometimes 2kb ifc file on same query .
Hi, I have loaded my ifc file on BimServer.ws. I have written the query to get the specific ifc from the whole ifc model and able to download it but the size of the file differs from time to time. query : { "type": { "name": "IfcBeam", "includeAllSubTypes": true }, "include": { "type": "IfcBeam", "field": "IsDecomposedBy", "include": { "type": "IfcRelAggregates", "field": "RelatedObjects", "includes": [ "ifc2x3tc1-stdlib:AllProperties", "ifc2x3tc1-stdlib:ContainedInStructure", "ifc2x3tc1-stdlib:OwnerHistory", "ifc2x3tc1-stdlib:Representation", "ifc2x3tc1-stdlib:ObjectPlacement" ] }, "includes": [ "ifc2x3tc1-stdlib:AllProperties", "ifc2x3tc1-stdlib:ContainedInStructure", "ifc2x3tc1-stdlib:OwnerHistory", "ifc2x3tc1-stdlib:Representation", "ifc2x3tc1-stdlib:ObjectPlacement" ] }, "includes": [ "ifc2x3tc1-stdlib:AllProperties", "ifc2x3tc1-stdlib:ContainedInStructure", "ifc2x3tc1-stdlib:OwnerHistory", "ifc2x3tc1-stdlib:Representation", "ifc2x3tc1-stdlib:ObjectPlacement" ], "oid":2425330 } Example: while running the above query I get 2KB of IFC file at the morning which is incomplete . However when I run the same query at evening I get 6KB of Ifc file which is complete. Why is this inconsistency ? How can I resolve this ?
These are the output IFC files of different sizes on the same query.