Documentation
Preparing search index...
@sdk/annotation-measurement
AnnotationMeasurementAPI
GetSceneAnnotationMeasurementsQuery
Type Alias GetSceneAnnotationMeasurementsQuery
type
GetSceneAnnotationMeasurementsQuery
=
{
__typename
?:
"Query"
;
scene
:
|
{
__typename
:
"ErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"SceneErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"SceneOutput"
;
id
:
string
;
rootNode
:
{
__typename
?:
"SceneRootNodeOutput"
;
annotations
:
|
{
__typename
?:
"AnnotationErrorAccessDeniedOutput"
}
|
{
__typename
?:
"AnnotationErrorOperationNotAllowedOutput"
}
|
{
__typename
?:
"AnnotationsOutput"
;
measurementAnnotations
:
{
__typename
:
"MeasurementAnnotationOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"MeasurementAnnotationDataOutput"
;
lookAt
:
{
__typename
?:
"AnnotationOrientationOutput"
;
distance
:
number
;
pitch
:
number
;
ref
:
{
__typename
?:
...
;
x
:
...
;
y
:
...
;
z
:
...
}
;
roll
:
number
;
yaw
:
number
;
}
;
measurementType
:
Types.MeasurementAnnotationEnum
;
points
:
{
__typename
?:
...
;
x
:
...
;
y
:
...
;
z
:
...
}
[]
;
}
;
description
?:
string
|
null
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
thumbnailPath
?:
string
|
null
;
title
:
string
;
}
[]
;
}
;
id
:
string
;
}
;
}
;
}
Index
Properties
__
typename?
scene
Properties
Optional
__
typename
__typename
?:
"Query"
scene
scene
:
|
{
__typename
:
"ErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"SceneErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"SceneOutput"
;
id
:
string
;
rootNode
:
{
__typename
?:
"SceneRootNodeOutput"
;
annotations
:
|
{
__typename
?:
"AnnotationErrorAccessDeniedOutput"
}
|
{
__typename
?:
"AnnotationErrorOperationNotAllowedOutput"
}
|
{
__typename
?:
"AnnotationsOutput"
;
measurementAnnotations
:
{
__typename
:
"MeasurementAnnotationOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"MeasurementAnnotationDataOutput"
;
lookAt
:
{
__typename
?:
"AnnotationOrientationOutput"
;
distance
:
number
;
pitch
:
number
;
ref
:
{
__typename
?:
...
;
x
:
...
;
y
:
...
;
z
:
...
}
;
roll
:
number
;
yaw
:
number
;
}
;
measurementType
:
Types.MeasurementAnnotationEnum
;
points
:
{
__typename
?:
...
;
x
:
...
;
y
:
...
;
z
:
...
}
[]
;
}
;
description
?:
string
|
null
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
thumbnailPath
?:
string
|
null
;
title
:
string
;
}
[]
;
}
;
id
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
scene
Documentation
Loading...