latestOpenAPI 3.0.1Apache 2.02026-08-133021,2261.8 MB

aaa3e1322450

PartStudio

Synchronously export a Part Studio to a Parasolid file.

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

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).

versionstring

Parasolid version

includeExportIdsboolean

Whether topology ids should be exported as parasolid attributes

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.

binaryExportboolean

Whether to use binary parasolid format instead of text