latestOpenAPI 3.0.1Apache 2.02026-08-133021,2261.8 MB

aaa3e1322450

PartStudio

Synchronously export a Part Studio to a glTF file.

Creates a synchronous export of the Part Studio (with limited tessellation settings) to a glTF file.

  • Returns a 307 redirect from which to download the exported file.
  • Export is much faster than asynchronous endpoints at the expense of limited control on tessellation settings.
  • Use the PartStudio/createPartStudioTranslation asynchronous export for greater control.

See API Guide: Synchronous Exports for more details.

get/partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/gltf

Path parameters

didstring required

The id of the document in which to perform the operation.

wvm'w' | 'v' | 'm' required

Indicates which of workspace (w), version (v), or document microversion (m) id is specified below.

wvmidstring required

The id of the workspace, version or document microversion in which the operation should be performed.

eidstring required

The id of the element in which to perform the operation.

Query parameters

linkDocumentIdstring

The id of the document through which the above document should be accessed; only applicable when accessing a version of the document. This allows a user who has access to document a to see data from document b, as long as document b has been linked to document a by a user who has permission to both.

configurationstring

URL-encoded string of configuration values (separated by ;). See the Configurations API Guide for details.

rollbackBarIndexinteger

Index specifying the location of the rollback bar when the call is evaluated. A -1 indicates that it should be at the end of the featurelist.

elementMicroversionIdstring

A specific element microversion in which to evaluate the request.

partIdstring[]
angleTolerancenumber double
chordTolerancenumber double
precomputedLevelOfDetailstring
outputSeparateFaceNodesboolean
faceIdstring[]
outputFaceAppearancesboolean
maxFacetWidthnumber double

Response

Success!