Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
TranslationsCreateTranslationRequest.Builder |
Translations.createTranslation() |
Create request for createTranslation
|
Modifier and Type | Method | Description |
---|---|---|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.allowFaultyParts(Boolean value) |
Set If not specified or if specified as false, bodies to be imported are examined for validity and any found to be faulty are removed from the import.
|
static TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.builder(Onshape onshape) |
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.createComposite(Boolean value) |
Set If the value is specified as true, each part studio contains a single composite part made up of all its topologies.
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.file(Blob value) |
Set File to upload
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.flattenAssemblies(Boolean value) |
Set If true, remove assembly structure and create only a Part Studio
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.formatName(String value) |
Set Name of format into which this file or element should be translated.
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.importInBackground(Boolean value) |
Set If storeInDocument is true and formatName is ONSHAPE and the source is a Parasolid file, this specifies the preference as to whether the import should be completed prior to the completion of the request (importInBackground=false) or whether it should be performed asynchronously (importInBackground=true).
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.notifyUser(Boolean value) |
Set Whether a user notification should be generated on completion
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.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).
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.versionString(String value) |
Set Version of output format to use (format-dependent)
|
TranslationsCreateTranslationRequest.Builder |
TranslationsCreateTranslationRequest.Builder.yAxisIsUp(Boolean value) |
Set If true, treat the model's Y axis as the vertical axis.
|
Copyright © 2021. All rights reserved.