Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
DrawingsCreateTranslationRequest.Builder |
Drawings.createTranslation() |
Create request for createTranslation
|
Modifier and Type | Method | Description |
---|---|---|
static DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.builder(Onshape onshape) |
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.colorMethod(String value) |
Set (PDF only) The color transformation that should be applied to the drawing on export.
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.currentSheetOnly(Boolean value) |
Set (DWG only) Whether to only export the last active sheet or all sheets
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.destinationName(String value) |
Set Name of the output file or new element.
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.flatten(Boolean value) |
Set Whether to set z-height to zero and normals to positive
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.formatName(String value) |
Set Name of format into which this element should be translated.
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.linkDocumentWorkspaceId(String value) |
Set If storeInDocument is true and linkDocumentId is specified, this specifies a workspace to be used for result storage within the linkDocument.
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.notifyUser(Boolean value) |
Set Whether a user notification should be generated on completion
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.selectablePdfText(Boolean value) |
Set (PDF only) Controls if text on the drawing should be selectable on the output PDF.
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.showOveriddenDimensions(Boolean value) |
Set (DWG only) Whether overridden dimensions should be underlined
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.splinesAsPolylines(Boolean value) |
Set Whether splines should be converted to polylines on the export
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.storeInDocument(Boolean value) |
Set controls whether the translation is stored as a new element or whether the data is stored as external data (storeInDocument=false).
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.textAsGeometry(Boolean value) |
Set Whether text should be exploded into polylines
|
DrawingsCreateTranslationRequest.Builder |
DrawingsCreateTranslationRequest.Builder.versionString(String value) |
Set (DWG only) Version of output format to use (format-dependent).
|
Copyright © 2021. All rights reserved.