public static final class PartStudiosDeleteFeatureRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartStudiosDeleteFeatureResponse |
call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for a part studio.
|
PartStudiosDeleteFeatureResponse |
call(String fid,
String did,
String wid,
String eid) |
Calls deleteFeature method, Delete an existing feature in the feature list for a part studio.
|
public final PartStudiosDeleteFeatureResponse call(String fid, String did, String wid, String eid) throws OnshapeException
fid - The id of the feature being updated. This id should be URL encodeddid - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final PartStudiosDeleteFeatureResponse call(OnshapeDocument document, String fid) throws OnshapeException
document - Document object from Onshape URL.fid - The id of the feature being updated. This id should be URL encodedOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.