public final class DrawingsCreateTranslationRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DrawingsCreateTranslationRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DrawingsCreateTranslationRequest.Builder |
builder(Onshape onshape) |
|
String |
getColorMethod() |
Get (PDF only) The color transformation that should be applied to the drawing on export.
|
Boolean |
getCurrentSheetOnly() |
Get (DWG only) Whether to only export the last active sheet or all sheets
|
String |
getDestinationName() |
Get Name of the output file or new element.
|
Boolean |
getFlatten() |
Get Whether to set z-height to zero and normals to positive
|
String |
getFormatName() |
Get Name of format into which this element should be translated.
|
String |
getLinkDocumentWorkspaceId() |
Get If storeInDocument is true and linkDocumentId is specified, this specifies a workspace to be used for result storage within the linkDocument.
|
Boolean |
getNotifyUser() |
Get Whether a user notification should be generated on completion
|
Boolean |
getSelectablePdfText() |
Get (PDF only) Controls if text on the drawing should be selectable on the output PDF.
|
Boolean |
getShowOveriddenDimensions() |
Get (DWG only) Whether overridden dimensions should be underlined
|
Boolean |
getSplinesAsPolylines() |
Get Whether splines should be converted to polylines on the export
|
Boolean |
getStoreInDocument() |
Get controls whether the translation is stored as a new element or whether the data is stored as external data (storeInDocument=false).
|
Boolean |
getTextAsGeometry() |
Get Whether text should be exploded into polylines
|
String |
getVersionString() |
Get (DWG only) Version of output format to use (format-dependent).
|
String |
toString() |
public final String getFormatName()
public final String getDestinationName()
public final String getVersionString()
public final Boolean getNotifyUser()
public final Boolean getTextAsGeometry()
public final Boolean getShowOveriddenDimensions()
public final Boolean getCurrentSheetOnly()
public final Boolean getSplinesAsPolylines()
public final Boolean getFlatten()
public final String getColorMethod()
public final Boolean getSelectablePdfText()
public final Boolean getStoreInDocument()
public final String getLinkDocumentWorkspaceId()
public static final DrawingsCreateTranslationRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.