Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosGetEdgesRequest.Builder |
PartStudios.getEdges() |
Create request for getEdges
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.angleTolerance(Number value) |
Set Angle tolerance (in radians).
|
static PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.builder(Onshape onshape) |
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.chordTolerance(Number value) |
Set Chord tolerance (in meters).
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.configuration(String value) |
Set Configuration string
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.edgeId(String value) |
Set IDs of edges to tessellate (repeat query param to add more than one, i.e.
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.partId(String value) |
Set IDs of the parts to tessellate (repeat query param to add more than one, i.e.
|
PartStudiosGetEdgesRequest.Builder |
PartStudiosGetEdgesRequest.Builder.precomputedLevelOfDetail(String value) |
Set medium, fine] If this parameter is specified, the provided level of detail will be retrieved from cache (if available) and used to return the tessellation in a more timely manner.
|
Copyright © 2021. All rights reserved.