Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
DocumentsExportElementPostJsonRequest.Builder |
Documents.exportElementPostJson() |
Create request for exportElementPostJson
|
Modifier and Type | Method | Description |
---|---|---|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.angleTolerance(Number value) |
Set Angle tolerance (must be < pi/2) (STL)
|
static DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.builder(Onshape onshape) |
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.chordTolerance(Number value) |
Set Chord tolerance (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.format(String value) |
Set Export format: STL, PS
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.grouping(Boolean value) |
Set Whether parts should be exported as a group or individually in a .zip file (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.linkDocumentWorkspaceId(String value) |
Set The id of the workspace in which the result should be stored if storeInDocument is true and linkDocumentId is set.
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.maxFacetWidth(Number value) |
Set Maximum facet width (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.microversion(String value) |
Set Specified microversion for operation
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.minFacetWidth(Number value) |
Set Minimum facet width (must be < maximumFacetWidth) (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.mode(String value) |
Set Type of file: text, binary (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.partIds(String value) |
Set Comma-separated list of part IDs to export
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.scale(Number value) |
Set Scale for measurements (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.storeInDocument(Boolean value) |
Set whether the output should be stored as a new element
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.units(String value) |
Set Name of base unit: meter, centimeter, millimeter, inch, foot, yard (STL)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.version(Number value) |
Set Parasolid version (PS)
|
DocumentsExportElementPostJsonRequest.Builder |
DocumentsExportElementPostJsonRequest.Builder.zipSingleFileOutput(Boolean value) |
Set Whether single file output should be returned as a .zip file (STL, grouping==true)
|
Copyright © 2021. All rights reserved.