-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Good evening,
I'm working on BIMServer Version: BIMserver 1.5.120
My project Structure is:
- \ProjectMain
* \SubProject1
* \SubProject2
Basically I want to download only "SubProject1" using "GLTF Serializer 2" maintaining the name of all nodes.
As you can see in the figure I have my node structure (For example the first node that I want to maintain is Muro di base: mattonelle: 3176...) that I need for my successive analysis.
In download phase I submit the payload as:
{
"token": ""some_data,
"request": {
"interface": "ServiceInterface",
"method": "download",
"parameters": {
"roids": revisions_array,
"query": {"includeAllFields":True},
"serializerOid": ser_OID,
"sync": "false"
}
}
}
Setting query field as the previous code, it doesn't work and all the nodes have name: "Node0", "Node1", .....
How I can perform it?
Regards,
F.
Metadata
Metadata
Assignees
Labels
No labels
