public static final class PartStudiosGetNamedViewsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartStudiosGetNamedViewsResponse |
call(OnshapeDocument document) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
PartStudiosGetNamedViewsResponse |
call(String did,
String eid) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
Boolean |
skipPerspective() |
Get Whether views with a perspective projection should be omitted.
|
PartStudiosGetNamedViewsRequest.Builder |
skipPerspective(Boolean value) |
Set Whether views with a perspective projection should be omitted.
|
public final Boolean skipPerspective()
public final PartStudiosGetNamedViewsRequest.Builder skipPerspective(Boolean value)
value - Whether views with a perspective projection should be omitted.public final PartStudiosGetNamedViewsResponse call(String did, String eid) throws OnshapeException
did - Document IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final PartStudiosGetNamedViewsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.