ENUM
ModelState
Overall state of the model
link GraphQL Schema definition
- enum ModelState {
- # Currently being uploaded by capture.
- # All assets have been uploaded and the model is being processed.
- # Model processing failed and will require manual intervention to resume.
- # A deactivate/archive request has been received but has not started.
- # The model is in the process of becoming inactive.
- # The model is inactive.
- # An activate/unarchive request has been received but has not started.
- # The model is in the process of becoming active.
- # The model is active.
- }
link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
- ModelSearchResultThis is a flattened representation of the model which removes or merges all lists of complex objects so that the fields may be directly queried. Any field on this object may be included as a keyword in the models query. For example "name: Demo" would search for models with the word Demo in the name. A search for "mattertags.labels: kitchen" would search for any models that have at least one mattertag with the word kitchen in the label.