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