Once the object tree has been retrieved, you can pick objects by their ID, and translate them into the OBJ format. Note that when you translate specific objects, you can only translate to the OBJ format.
-
In the Postman sidebar, click Task 5 - Extract Geometry > Translate Specific Objects to OBJ. The request loads.
-
Click the Body tab and take note of the JSON payload.
Note the use of the Id of the Viewable (the variable
metadata_guid_0
) -
Click Send. You should see a screen like the following image.
-
In the Postman sidebar, click Task 5 - Extract Geometry > Check Status of Job. The request loads.
Note the similarity of the request that you sent when you orginally translated the file to SVF.
-
Click Send. If the request is successful, you should see a screen similar to the following image.
Note how the newly generated derivatives are appended to the existing list of derivatives in the manifest.
A script in the Tests tab saves the URN of the translated OBJ file to the variable
t6_obj_urn_0
.
Signed cookies give you the ability to securely download the generated file for a short period of time. To obtain the download URL and signed cookies for the extracted geometry:
-
In the Postman sidebar, click Task 5 - Extract Geometry > GET Obtain Signed Cookie to Download Extracted Geometry. The request loads.
Note the use of the Postman environment variables
t6_url_safe_urn_of_source
andt6_obj_urn_0
as URI parameters. -
Click the Headers tab. Notice that the
Authorization
header is already defined. -
Click Send. You should see a screen similar to the following image.
Notice how the response body contains the download URL. A script in the Tests tab captures the download URL to the
ContentDownloadSignedURL
Postman environment variable. -
Click on the Response Headers tab. Notice how the response contains 3 header parameters named
set-cookie
. A script in the Tests saves the values of these parameters to theset-cookie-header_1
,set-cookie-header_2
andset-cookie-header_3
environment variables.
Now you have obtained the download URL and signed cookie, you can download the extracted geometry. To download the extracted geometry:
-
In the Postman sidebar, click Task 5 - Extract Geometry > GET Download Extracted Geometry. The request loads.
Note the use of the variables
ContentDownloadSignedURL
as the URI. -
Click the Headers tab. Notice that the
Cookie
header is made up ofset-cookie-header_1
,set-cookie-header_2
andset-cookie-header_3
-
Click Send. You should see a screen similar to the following image. In the response area, click Save Response > Save to a file. Save the file as objects.obj, when prompted.
Congratulations! You have completed this tutorial.
To display the saved file:
-
If you are using an Apple Macintosh, right-click objects.obj in Finder and select Quick Look from the menu.
-
If you are using Windows, right-click objects.obj in Windows Explorer and select Open with > 3D Viewer from the menu.