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
"""Returns an up-to-date list of Forge-supported translations, that you can use to identify
22
+
which types of derivatives are supported for each source file type.
23
+
24
+
Returns:
25
+
object: Parsed response object. For more information, see https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/formats-GET/#body-structure-200.
"""Translate a design from one format to another format.
31
+
32
+
Parameters:
33
+
urn (string): Base64-encoded ID of the object to translate.
34
+
output_formats (list): List of objects representing all the requested outputs. Each object should have at least 'type' property set to 'svf', 'svf2', etc.
object: Parsed response object. For more information, see https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/#body-structure-200-201.
0 commit comments