public static final class PartsGetBoundingBoxesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartsGetBoundingBoxesResponse |
call(OnshapeDocument document,
String partid) |
Calls getBoundingBoxes method, Get the bounding box of a part.
|
PartsGetBoundingBoxesResponse |
call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBoundingBoxes method, Get the bounding box of a part.
|
String |
configuration() |
Get Configuration string
|
PartsGetBoundingBoxesRequest.Builder |
configuration(String value) |
Set Configuration string
|
Boolean |
includeHidden() |
Get Whether or not to include bounding boxes for hidden parts
|
PartsGetBoundingBoxesRequest.Builder |
includeHidden(Boolean value) |
Set Whether or not to include bounding boxes for hidden parts
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
PartsGetBoundingBoxesRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final Boolean includeHidden()
public final PartsGetBoundingBoxesRequest.Builder includeHidden(Boolean value)
value - Whether or not to include bounding boxes for hidden partspublic final String linkDocumentId()
public final PartsGetBoundingBoxesRequest.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 String configuration()
public final PartsGetBoundingBoxesRequest.Builder configuration(String value)
value - Configuration stringpublic final PartsGetBoundingBoxesResponse call(String did, WVM wvmType, String wvm, String eid, String partid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDpartid - Part ID (must be URL encoded)OnshapeException - On HTTP or serialization errorpublic final PartsGetBoundingBoxesResponse call(OnshapeDocument document, String partid) throws OnshapeException
document - Document object from Onshape URL.partid - Part ID (must be URL encoded)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.