SCALAR
Float
Built-in Float
link GraphQL Schema definition
- scalar Float
link Require by
- CameraLocationThe starting camera location. @internal
- CameraLocationPatchPatch structure for the camera's starting location. @internal
- DimensionEstimate of room or floor dimensions. This information is not fully available on all models.
- FloorplanA floorplan, often formatted as an image, although other options may be available.
- IPoint2DA 2D point used as an input.
- IPoint3DA 3D point used as an input.
- IQuaternionA 4D vector to be used as an input. Generally used in conjunction with a point to describe a camera for rendering a 3D image within the model.
- MattertagA point in the model with other information such as clips, photos and text associated with it.
- MattertagDetailsundefined
- MattertagPatchundefined
- MeasurementA measurement between two points within the model.
- MeasurementPathA representation of measurement path made up of a sequence of points within the model. This structure is intended to replace measurements.
- 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.
- PointA 3D point in space. Generally used to mark a location or position within the model.
- Point2DA 2D point in space. Generally used to mark a location or position within a 2D plane of the model.
- QuaternionA 4D vector. Generally used in conjunction with a point to describe a camera for rendering a 3D image within the model.
- SnapshotLocationInput@internal