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