BIMserver
BIMserver copied to clipboard
Prombles using BIMServer Split/decomposition Larger IFC files to each component, stored as a small IFC file.
Describe the bug Hello, this promble may not a bug I have met. I've used BIMServer/BIMview.ws, trying to decomposition larger IFC file to each component, the IFC file I see attach file, BimServer API is used to download an IFC file for each constituent component of the model by recursively sending queries based on oids and ifc types. query language used in BIMServer was follows: { "type": { "name": "IfcProduct", "includeAllSubTypes": true }, "includes":[ "validifc:ContainedInStructure", "validifc:OwnerHistory", "validifc:Representation", "validifc:ObjectPlacement", "validifc:AllProperties" ], "oid":"Objects's oid" }
But I can'nt get all "Objects's oid", and I'm not use java language and not know this language, when someone put similiar solves. How can I accomplish this tasks using BIMServer? Anyone who can help me? Thanks very much.
Hello, may I ask if the downloaded IFC component can be displayed properly? The component I downloaded from bimserver cannot be converted by ifcconvert, and when opened in Revit, it also shows "cannot be opened". It is unclear what is causing this issue