Skip to content

Prombles using BIMServer Split/decomposition Larger IFC files to each component, stored as a small IFC file. #1197

Closed
@wjiarao

Description

@wjiarao

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.

12building_second0421.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions