Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosExportGltfRequest.Builder |
PartStudios.exportGltf() |
Create request for exportGltf
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.angleTolerance(Number value) |
Set Angle tolerance (in radians).
|
static PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.builder(Onshape onshape) |
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.chordTolerance(Number value) |
Set Chord tolerance (in meters).
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.configuration(String value) |
Set Configuration string
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.faceId(String value) |
Set IDs of the faces to tessellate (repeat query param to add more than one, i.e.
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.maxFacetWidth(Number value) |
Set Max facet width.
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.outputFaceAppearances(Boolean value) |
Set Determines if face appearance data will be included in the output
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.outputSeparateFaceNodes(Boolean value) |
Set Determines if separate nodes will be created for each face or per part.
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.partId(String value) |
Set IDs of the parts to tessellate (repeat query param to add more than one, i.e.
|
PartStudiosExportGltfRequest.Builder |
PartStudiosExportGltfRequest.Builder.precomputedLevelOfDetail(String value) |
Set 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.