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