public static final class AssembliesDeleteFeatureRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesDeleteFeatureResponse |
call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for an assembly
|
AssembliesDeleteFeatureResponse |
call(String fid,
String did,
String wid,
String eid) |
Calls deleteFeature method, Delete an existing feature in the feature list for an assembly
|
public final AssembliesDeleteFeatureResponse 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 AssembliesDeleteFeatureResponse 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.