public static final class PartStudiosGetBoundingBoxesForSketchRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartStudiosGetBoundingBoxesForSketchResponse |
call(OnshapeDocument document,
String sid) |
Calls getBoundingBoxesForSketch method, Get the bounding box of a sketch.
|
PartStudiosGetBoundingBoxesForSketchResponse |
call(String did,
WVM wvmType,
String wvm,
String eid,
String sid) |
Calls getBoundingBoxesForSketch method, Get the bounding box of a sketch.
|
String |
configuration() |
Get Configuration string
|
PartStudiosGetBoundingBoxesForSketchRequest.Builder |
configuration(String value) |
Set Configuration string
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
PartStudiosGetBoundingBoxesForSketchRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String configuration()
public final PartStudiosGetBoundingBoxesForSketchRequest.Builder configuration(String value)
value - Configuration stringpublic final String linkDocumentId()
public final PartStudiosGetBoundingBoxesForSketchRequest.Builder linkDocumentId(String value)
value - Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.public final PartStudiosGetBoundingBoxesForSketchResponse call(String did, WVM wvmType, String wvm, String eid, String sid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDsid - Sketch feature IDOnshapeException - On HTTP or serialization errorpublic final PartStudiosGetBoundingBoxesForSketchResponse call(OnshapeDocument document, String sid) throws OnshapeException
document - Document object from Onshape URL.sid - Sketch feature IDOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.