OBJECT
Photo
A photo associated with the model as well as some basic metadata including label and dimensions.
link GraphQL Schema definition
- type Photo implements Asset {
- Model :
- ID! :
- DateTime! :
- DateTime! :
- AssetStatus :
- String :
- String! :
- String :
- # If populated, the url is only valid until the time given
- DateTime :
- # If the image supports multiple resolutions this may be used to retrieve the
- # image at an alternative resolution.
- #
- # Arguments
- # resolution: Selects the resolution of the image to retrieve.
- # The resolution
- # must be in the `resolutions` list.
- # Default: "original"
- PhotoResolution!): String ( :
- # A set of resolutions the image is available at.
- PhotoResolution!] : [
- # A user assigned name for this photo.
- String :
- # @deprecated renamed to label for uniformity.
- String :
- # The height of the image in pixels.
- Int :
- # The width of the image in pixels.
- Int :
- # The view metadata associated with a showcase/workshop generated snapshot.
- SnapshotLocation :
- # The perspective type of the photo.
- PhotoType :
- }
link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
- ModelAssetsA container for all of the assets associated with a model. The elements within this will generally implement Asset and/or AssetBundle in order to provide links for downloading the Asset. Once these links are generated they will often only be valid for a short period of time (which may be checked via `validUntil`) so they should be downloaded immediately or a new request for the url should be sent.
- MutationData update operations.
- ReelElementAssetThe supported types of assets that may be present within a highlight reel.