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.
Path parameters
Document ID.
One of w or v or m corresponding to whether a workspace or version or microversion was entered.
Workspace (w), Version (v) or Microversion (m) ID.
Element ID.
Query parameters
IDs of the parts to retrieve. Use comma-separated IDs for multiple parts (example: partIds=JHK,JHD).
Type of file: text, binary
Whether parts should be exported as a group or individually in a .zip file
Scale for measurements.
Units for the element: METER | CENTIMETER | MILLIMETER | INCH | FOOT | YARD
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.
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.
Max facet width. This specifies the limit on the size of any side of a tessellation facet.
Minimum facet width. This specifies the limit on the size of any side of a tessellation facet.
URL-encoded string of configuration values (separated by ;). See the Configurations API Guide for details.
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.