Skip to content

Maintain Node names in GLTF Serializer 2 export #6

@fral8

Description

@fral8

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.

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions