latestOpenAPI 3.0.1Apache 2.02026-08-133021,2261.8 MB

aaa3e1322450

PartStudio

Synchronously export a Part Studio to an STL file.

Creates a synchronous export of the Part Studio (with limited tessellation settings) to an STL 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}/stl

Path parameters

didstring required

Document ID.

wvmstring required

One of w or v or m corresponding to whether a workspace or version or microversion was entered.

wvmidstring required

Workspace (w), Version (v) or Microversion (m) ID.

eidstring required

Element ID.

Query parameters

partIdsstring

IDs of the parts to retrieve. Use comma-separated IDs for multiple parts (example: partIds=JHK,JHD).

modestring

Type of file: text, binary

groupingboolean

Whether parts should be exported as a group or individually in a .zip file

scalenumber double

Scale for measurements.

unitsstring

Units for the element: METER | CENTIMETER | MILLIMETER | INCH | FOOT | YARD

angleTolerancenumber double

Angle tolerance (in radians). This specifies the limit on the sum of the angular deviations of a tessellation chord from the tangent vectors at two chord endpoints. The specified value must be less than PI/2. This parameter currently has a default value chosen based on the complexity of the parts being tessellated.

chordTolerancenumber double

Chord tolerance (in meters). This specifies the limit on the maximum deviation of a tessellation chord from the true surface/edge. This parameter currently has a default value chosen based on the size and complexity of the parts being tessellated.

maxFacetWidthnumber double

Max facet width. This specifies the limit on the size of any side of a tessellation facet.

minFacetWidthnumber double

Minimum facet width. This specifies the limit on the size of any side of a tessellation facet.

configurationstring

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

linkDocumentIdstring

Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.