You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[3.5.3 GET Viewpoint Service](#353-get-viewpoint-service)
95
96
-[3.5.4 GET Viewpoint Snapshot Service](#354-get-viewpoint-snapshot-service)
96
97
-[3.5.5 GET Viewpoint Bitmap Service](#355-get-viewpoint-bitmap-service)
@@ -1122,6 +1123,13 @@ Note: For viewpoints without audit information (For example viewpoints created i
1122
1123
"z": 0.7
1123
1124
}
1124
1125
}],
1126
+
"markers": [{
1127
+
"location": {
1128
+
"x": 1.0,
1129
+
"y": 1.0,
1130
+
"z": 1.0
1131
+
}
1132
+
}],
1125
1133
"clipping_planes": [{
1126
1134
"location": {
1127
1135
"x": 0.7,
@@ -1172,6 +1180,13 @@ Note: For viewpoints without audit information (For example viewpoints created i
1172
1180
"z": 0.0
1173
1181
}
1174
1182
}],
1183
+
"markers": [{
1184
+
"location": {
1185
+
"x": 1.0,
1186
+
"y": 1.0,
1187
+
"z": 1.0
1188
+
}
1189
+
}],
1175
1190
"clipping_planes": [{
1176
1191
"location": {
1177
1192
"x": 0.5,
@@ -1211,6 +1226,7 @@ JSON encoded body using the "application/json" content type.
1211
1226
| orthogonal_camera |[Orthogonal camera](#3523-orthogonal-camera)| orthogonal camera view | see viewpoint optional/mandatory fields clarification |
1212
1227
| perspective_camera |[Perspective camera](#3524-perspective-camera)| perspective view of the camera | see viewpoint optional/mandatory fields clarification |
1213
1228
| lines | array of [Line](#3525-line)| graphical line | optional |
1229
+
| markers | array of [Marker](#35217-marker)| highlight specific locations | optional |
1214
1230
| clipping_planes | array of [Clipping Plane](#3526-clipping-plane)| clipping planes for the model view | optional |
1215
1231
| bitmaps | array of [Bitmap](#3527-bitmap)| embedded pictures in the viewpoint | optional |
1216
1232
| snapshot |[Snapshot](#3528-snapshot)| snapshot image of the viewpoint. Note: The longest dimension of should not exceed 1500 px, length or width. | see viewpoint optional/mandatory fields clarification |
@@ -1220,7 +1236,7 @@ JSON encoded body using the "application/json" content type.
0 commit comments