public static final class BlobElementsUpdateMeshUnitsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
BlobElementsUpdateMeshUnitsResponse |
call(OnshapeDocument document) |
Calls updateMeshUnits method, Updates the units of a previously imported mesh (STL or OBJ) file.
|
BlobElementsUpdateMeshUnitsResponse |
call(String did,
String wid,
String eid) |
Calls updateMeshUnits method, Updates the units of a previously imported mesh (STL or OBJ) file.
|
String |
unit() |
Get the unit that the Mesh file should be retranslated to
|
BlobElementsUpdateMeshUnitsRequest.Builder |
unit(String value) |
Set the unit that the Mesh file should be retranslated to
|
String |
uploadId() |
Get notification id that corresponds with the beginning of the operation.
|
BlobElementsUpdateMeshUnitsRequest.Builder |
uploadId(String value) |
Set notification id that corresponds with the beginning of the operation.
|
public final String unit()
public final BlobElementsUpdateMeshUnitsRequest.Builder unit(String value)
value - the unit that the Mesh file should be retranslated topublic final String uploadId()
public final BlobElementsUpdateMeshUnitsRequest.Builder uploadId(String value)
value - notification id that corresponds with the beginning of the operation.public final BlobElementsUpdateMeshUnitsResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final BlobElementsUpdateMeshUnitsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.