Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosExportStlRequest.Builder |
PartStudios.exportStl() |
Create request for exportStl
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.angleTolerance(Number value) |
Set Angle tolerance (in radians; must be < pi/2)
|
static PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.builder(Onshape onshape) |
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.chordTolerance(Number value) |
Set Chord tolerance (in selected units)
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.configuration(String value) |
Set Configuration string
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.grouping(Boolean value) |
Set Whether parts should be exported as a group or individually in a .zip file
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.maxFacetWidth(Number value) |
Set Maximum facet width (in selected units)
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.minFacetWidth(Number value) |
Set Minimum facet width (in selected units - must be < maximumFacetWidth)
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.mode(String value) |
Set Type of file: text, binary
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.partIds(String value) |
Set Comma-separated list of part IDs to export (omit to export entire part studio)
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.scale(Number value) |
Set Scale for measurements
|
PartStudiosExportStlRequest.Builder |
PartStudiosExportStlRequest.Builder.units(String value) |
Set Name of base unit (meter, centimeter, millimeter, inch, foot, or yard)
|
Copyright © 2021. All rights reserved.