public static final class ElementsGetConfigurationRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ElementsGetConfigurationResponse |
call(OnshapeDocument document) |
Calls getConfiguration method, Get the configuration definition for a part studio or an assembly.
|
ElementsGetConfigurationResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getConfiguration method, Get the configuration definition for a part studio or an assembly.
|
public final ElementsGetConfigurationResponse 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 ElementsGetConfigurationResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.