Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
PartsGetFacesRequest.Builder |
Parts.getFaces() |
Create request for getFaces
|
Modifier and Type | Method | Description |
---|---|---|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.angleTolerance(Number value) |
Set Angle tolerance (in radians).
|
static PartsGetFacesRequest.Builder |
PartsGetFacesRequest.builder(Onshape onshape) |
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.chordTolerance(Number value) |
Set Chord tolerance (in meters).
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.combineCompositePartConstituents(String value) |
Set If true, the geometry belonging to the constituents of composite parts will be combined within the parent composite part, rather than each constituent having its own node in the result.
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.configuration(String value) |
Set Configuration string
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.faceId(String value) |
Set IDs of the faces to tessellate (repeat query param to add more than one, i.e.
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.maxFacetWidth(Number value) |
Set Max facet width.
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.outputErrorFaces(Boolean value) |
Set Whether or not to output faces that cause an error
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.outputFacetNormals(Boolean value) |
Set Output facet normals
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.outputIndexTable(Boolean value) |
Set Output index table
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.outputTextureCoordinates(Boolean value) |
Set Output texture coordinates
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.Builder.outputVertexNormals(Boolean value) |
Set Output vertex normals
|
PartsGetFacesRequest.Builder |
PartsGetFacesRequest.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.