ModelSearchMeshes

open_in_new

Search summary information about all the 3D meshes associated with the model.

GraphQL Schema definition

  • type ModelSearchMeshes {
  • # The total number of meshes associated with the model.
  • count: Int!
  • # The union of all the formats of meshes in the model.
  • # Each unique format will appear once.
  • formats: [String!]
  • }