Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
PartStudiosGetSketchInfoRequest.Builder |
PartStudios.getSketchInfo() |
Create request for getSketchInfo
|
Modifier and Type | Method | Description |
---|---|---|
static PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.builder(Onshape onshape) |
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.configuration(String value) |
Set Configuration string
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.curvePoints(Boolean value) |
Set Whether or not to output start/quarter/mid/end points, start/end tangent vectors, and length of sketch curves
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.includeGeometry(Boolean value) |
Set Whether or not to just output simple sketch info without geometry
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.output3D(Boolean value) |
Set Whether or not to output with respect to global 3D coordinate system
|
PartStudiosGetSketchInfoRequest.Builder |
PartStudiosGetSketchInfoRequest.Builder.sketchId(String value) |
Set ID of a sketch feature; repeat query param to add more than one.
|
Copyright © 2021. All rights reserved.