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