public final class DocumentsExportElementPostJsonRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsExportElementPostJsonRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsExportElementPostJsonRequest.Builder |
builder(Onshape onshape) |
|
Number |
getAngleTolerance() |
Get Angle tolerance (must be < pi/2) (STL)
|
Number |
getChordTolerance() |
Get Chord tolerance (STL)
|
String |
getFormat() |
Get Export format: STL, PS
|
Boolean |
getGrouping() |
Get Whether parts should be exported as a group or individually in a .zip file (STL)
|
String |
getLinkDocumentWorkspaceId() |
Get The id of the workspace in which the result should be stored if storeInDocument is true and linkDocumentId is set.
|
Number |
getMaxFacetWidth() |
Get Maximum facet width (STL)
|
String |
getMicroversion() |
Get Specified microversion for operation
|
Number |
getMinFacetWidth() |
Get Minimum facet width (must be < maximumFacetWidth) (STL)
|
String |
getMode() |
Get Type of file: text, binary (STL)
|
String |
getPartIds() |
Get Comma-separated list of part IDs to export
|
Number |
getScale() |
Get Scale for measurements (STL)
|
Boolean |
getStoreInDocument() |
Get whether the output should be stored as a new element
|
String |
getUnits() |
Get Name of base unit: meter, centimeter, millimeter, inch, foot, yard (STL)
|
Number |
getVersion() |
Get Parasolid version (PS)
|
Boolean |
getZipSingleFileOutput() |
Get Whether single file output should be returned as a .zip file (STL, grouping==true)
|
String |
toString() |
public final String getFormat()
public final Boolean getStoreInDocument()
public final String getLinkDocumentWorkspaceId()
public final String getPartIds()
public final String getMicroversion()
public final Boolean getGrouping()
public final Boolean getZipSingleFileOutput()
public final Number getScale()
public final String getUnits()
public final Number getAngleTolerance()
public final Number getChordTolerance()
public final Number getMaxFacetWidth()
public final Number getMinFacetWidth()
public final String getMode()
public final Number getVersion()
public static final DocumentsExportElementPostJsonRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.