public static final class AssembliesGetBoundingBoxesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesGetBoundingBoxesResponse |
call(OnshapeDocument document) |
Calls getBoundingBoxes method, Get the bounding box of an Assembly, or an empty object if the Assembly is empty.
|
AssembliesGetBoundingBoxesResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBoundingBoxes method, Get the bounding box of an Assembly, or an empty object if the Assembly is empty.
|
String |
elementMicroversionId() |
Get Element microversion ID
|
AssembliesGetBoundingBoxesRequest.Builder |
elementMicroversionId(String value) |
Set Element microversion ID
|
String |
includeHidden() |
Get Include hidden instances in bounding box computation
|
AssembliesGetBoundingBoxesRequest.Builder |
includeHidden(String value) |
Set Include hidden instances in bounding box computation
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
AssembliesGetBoundingBoxesRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String elementMicroversionId()
public final AssembliesGetBoundingBoxesRequest.Builder elementMicroversionId(String value)
value - Element microversion IDpublic final String includeHidden()
public final AssembliesGetBoundingBoxesRequest.Builder includeHidden(String value)
value - Include hidden instances in bounding box computationpublic final String linkDocumentId()
public final AssembliesGetBoundingBoxesRequest.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 AssembliesGetBoundingBoxesResponse call(String did, WVM wvmType, String wvm, String eid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AssembliesGetBoundingBoxesResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.